BREAKING CHANGES:
- Resist session name fingerprinting PR #36
OTHER CHANGES:
- Allow setting HttpOnly of cookie PR #30
- Update axum to v0.6.0
- Avoid storing cookie when not required PR #15
- Search every Cookie header for session cookie PR #14
- Derive
Debug
forWritableSession
andReadableSession
ensuring consistency withSession
- Session regeneration support PR #6
- On session destroy, unset cookie on client PR #4
- Handle multiple cookie values PR #2
- Initial release 🎉