- Release
- Migrate to actix 0.9
- added cache_keygen functionality to RedisSession builder, enabling support for customizable cache key creation
-
remove ClonableService usage
-
added comprehensive tests for session workflow
-
actix-web 1.0.0 compatibility
-
Upgraded logic that evaluates session state, including new SessionStatus field, and introduced
session.renew()
andsession.purge()
functionality. Userenew()
to cycle the session key at successful login.renew()
keeps a session's state while replacing the old cookie and session key with new ones. Usepurge()
at logout to invalidate the session cookie and remove the session's redis cache entry.
- Use cookie 0.11
-
Session cookie configuration
-
Actix/Actix-web 0.7 compatibility
- Actix web 0.6 compatibility
- Actix web 0.5 compatibility
-
Use resolver actor from actix
-
Use actix web 0.5
- First release