Releases: Unaxiom/sessions
Releases · Unaxiom/sessions
Configurable session expiry
Support for Redis
Redis can now be used as the key store.
Release v2.0.0
- Swapped PostgreSQL with an in-memory DB for faster session management.
- Pure Go package.
- Simpler API.
Support for multiple session objects
Multiple session objects with independent token expiry times can be created.
Internal API has been updated
v1.0.1 If timezone location load fails, an info log is displayed, instead of…
First Release
Includes functionality to create and delete sessions in PostgreSQL.