v0.12.0
版本发布时间: 2024-01-02 07:34:23
maxcountryman/axum-login最新发布版本:v0.16.0(2024-09-05 06:33:50)
What's Changed
Breaking CHanges
- Make service infallible. https://github.com/maxcountryman/axum-login/pull/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: https://github.com/maxcountryman/axum-login/compare/v0.11.3...v0.12.0