Skip to content

Releases: pysnippet/fastapi-oauth2

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