Releases: maxcountryman/axum-login
v0.16.0
What's Changed
- Update tower-sessions #251
New Contributors
- @maxhambraeus made their first contribution in #245
Full Changelog: v0.15.3...v0.16.0
v0.15.3
v0.15.2
v0.15.1
v0.15.0
What's Changed
- Update
tower-sessions
to 0.12.0
As of this update, signed and encrypted session cookies are supported.
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's Changed
- Update
tower-sessions
to 0.11.0
This updates tower-sessions
to its latest release, which itself contains breaking changes.
Please review those changes for more details.
Full Changelog: v0.13.1...v0.14.0
v0.13.1
v0.13.0
What's Changed
Breaking Changes
- Update
tower-sessions
to 0.10.0
This updates tower-sessions
to its latest release, which itself contains breaking changes, especially with regard to previously-bundled session stores.
Please review those changes for more details.
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
Breaking CHanges
- Make service infallible. #158
This follows along with the upstream changes to tower-sessions
, where we made it such that the sessions middleware will not directly result in an error.
Here we do the same and in doing so are able to use the layer directly with axum
. This should reduce boilerplate.
Full Changelog: v0.11.3...v0.12.0
v0.11.3
What's Changed
- Relax trait bounds such that e.g.
Credentials
do not requireClone
. #157
Full Changelog: v0.11.2...v0.11.3