Skip to content

Releases: maxcountryman/axum-login

v0.15.1

10 Apr 17:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.0...v0.15.1

v0.15.0

20 Mar 03:21
9956018
Compare
Choose a tag to compare

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

05 Mar 02:43
cc4b65b
Compare
Choose a tag to compare

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

24 Jan 17:11
Compare
Choose a tag to compare

What's Changed

  • Record user id on span when available. #160

Full Changelog: v0.13.0...v0.13.1

v0.13.0

23 Jan 16:10
Compare
Choose a tag to compare

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

01 Jan 23:34
Compare
Choose a tag to compare

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

31 Dec 18:56
Compare
Choose a tag to compare

What's Changed

  • Relax trait bounds such that e.g. Credentials do not require Clone. #157

Full Changelog: v0.11.2...v0.11.3

v0.11.2

30 Dec 19:34
Compare
Choose a tag to compare

What's Changed

  • Ensure correct redirect URI query handling #155

Full Changelog: v0.11.1...v0.11.2

v0.11.1

29 Dec 15:33
Compare
Choose a tag to compare

What's Changed

  • Multiple auth providers example by @maverich in #151
  • Address request URI prefix truncation in nested routes by using OriginalUri extractor #153

New Contributors

Full Changelog: v0.11.0...v0.11.1

v0.11.0

21 Dec 16:12
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • Update tower-sessions to 0.8.0; this introduces lazy sessions. #132

This is a significant update to the session API, which now requires awaiting its methods. That said, changes to this crate are fairly minimal.

Full Changelog: v0.10.2...v0.11.0