All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- Session token length configurable through
Config.SessionTokenLengthfield
- Fixed panic that occurs when there is no matching token for stored sessions
- Removed IP address field from User and Session structs for enhanced privacy
- Updated authentication flow to no longer log or store client IP addresses
- Modified database schema to remove ip_address columns from users and sessions tables
- Initial release
- Core authentication functionality