- Enhanced
actix-session
to facilitate state changes. UseSession.renew()
at successful login to cycle a session (new key/cookie but keeps state). UseSession.purge()
at logout to invalid a session cookie (and remove from redis cache, if applicable).
- Fix optional cookie session support
- Use actix-web 1.0.0-rc
- Use actix-web 1.0.0-beta.4
- Add helper trait
UserSession
which allows to get session for ServiceRequest and HttpRequest
-
Update actix-web to beta.1
-
CookieSession::max_age()
accepts value in seconds
- Update actix-web alpha.6
- Update actix-web
- Update actix-web
-
Update actix-web
-
Use new feature name for secure cookies
- Initial impl