- Update the
ntex
dependency to 1.1 - Update the
time
dependency to 0.3 - #1292 Long lasting auto-prolonged session
- Release
- Allow access to sessions also from not mutable references to the request
-
Add access to the session from RequestHead for use of session from guard methods
-
Migrate to
std::future
-
Migrate to
actix-web
2.0
- 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