Skip to content

Releases: pysnippet/fastapi-oauth2

Release v1.3.0

30 Sep 18:26
33b42dc
Compare
Choose a tag to compare

What's Changed

  • Add optional SameSite property for session cookie (GH-50)

New Contributors

Changelog: v1.2.0...v1.3.0

Release v1.2.0

08 Sep 11:54
cbdf342
Compare
Choose a tag to compare

What's Changed

  • Implement endpoint alternatives (GH-49)

Thanks

New Contributors

Changelog: v1.1.0...v1.2.0

Release v1.1.0

19 Aug 04:48
e388257
Compare
Choose a tag to compare

What's Changed

  • Fix exception overhandling in middleware by @vokimon (GH-44)
  • Fix access token caching issue on login by @mrharpo (GH-48)
  • Fix "Cannot supply multiple client credentials." error for Okta users (GH-46)
  • Add JWT expiration check by @Scurrra (GH-43)
  • Setup deployment workflow for playground (GH-40)

New Contributors

Changelog: v1.0.0...v1.1.0

Release v1.0.0

14 Mar 13:29
4d565f4
Compare
Choose a tag to compare

What's Changed

  • GH-37: Fix invalid_client KOE010 issue (GH-39)
  • Fixed one-time access token issue (GH-38)

Thanks

Changelog: v1.0.0-beta.3...v1.0.0

Release v1.0.0-beta.3

13 Oct 15:30
cc28bda
Compare
Choose a tag to compare

What's Changed

  • Implement the error handling (GH-28)
  • Level up the cookie security (GH-29)

Thanks

Changelog: v1.0.0-beta.2...v1.0.0-beta.3

Release v1.0.0-beta.2

08 Sep 17:28
f3ae78f
Compare
Choose a tag to compare

What's Changed

  • Make access token accessible from the auth context (GH-20)
  • Add support for PKCE and IDP simulator for testing purposes (GH-21)
  • Add "Features" and "Tutorials" sections in the documentation (GH-21)

Changelog: v1.0.0-beta...v1.0.0-beta.2

Release v1.0.0-beta

20 Aug 18:19
c6c23ea
Compare
Choose a tag to compare

What's Changed

  • Add support for using multiple OAuth providers (GH-13)
  • Add more tests for ensuring code reliability (GH-13)
  • Implement the complete documentation (GH-16)

Changelog: v1.0.0-alpha.1...v1.0.0-beta

Release v1.0.0-alpha.1

01 Aug 13:01
c6b4c73
Compare
Choose a tag to compare

What's Changed

  • Polymorph security of fastapi.security module (GH-10)
  • Implement claim mapping support for registration (GH-11)
  • Bump httpx from 0.22.0 to 0.23.0 in /tests (GH-12)

Changelog: v1.0.0-alpha...v1.0.0-alpha.1

Release v1.0.0-alpha

13 Jul 10:33
8bc7781
Compare
Choose a tag to compare

What's Changed

This is the first release that includes the implementation of the core prototype of the mechanism.

Changelog: v0.0.0...v1.0.0-alpha