Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Releases: litestar-org/starlite-jwt

v1.5.0

12 Nov 21:04
023b8f6
Compare
Choose a tag to compare

What's Changed

  • Updates status code references to use the Starlite implementations @cofin in #18
  • Removes Python 3.7 Support by @cofin in #18

Full Changelog: v1.4.1...v1.5.0

v1.4.1

05 Nov 16:25
6094729
Compare
Choose a tag to compare

What's Changed

  • Prepend security schema to authentication header by @cofin in #17

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

04 Oct 16:33
822c7a8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

25 Sep 18:02
0d57738
Compare
Choose a tag to compare

What's Changed

  • Enhancements: Cookie checking/setting, OAuth2PasswordBearer type by @cofin in #10

Full Changelog: v1.2.0...v1.3.0

v1.2.0

05 Sep 14:58
5e91509
Compare
Choose a tag to compare

What's Changed

  • Update following Starlite 1.16.0+ updates to AbstractAuthenticationMiddleware by @Goldziher in #9

Full Changelog: v1.1.1...v1.2.0

v1.1.1

03 Sep 20:26
Compare
Choose a tag to compare
  • update dependencies and adjust authenticate_request to Starlite 1.6.0+

Full Changelog: v1.1.0...v1.1.1

v1.1.0

28 Aug 16:20
4805167
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

24 Aug 14:05
Compare
Choose a tag to compare
  • initial release