Skip to content

Releases: tokusumi/fastapi-cloudauth

v0.4.3

06 Jan 12:47
8ce8454
Compare
Choose a tag to compare

What's Changed

  • Disable at_hash verification (not used but could raise error in auth flow generating access and ID token simultaneously) by @sindrig in #58

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

02 Jan 11:17
eb09623
Compare
Choose a tag to compare

What's Changed

  • Fix dependency for Firebase: auto-install cryptography with python-jose by @tokusumi in #63
  • Add support python3.9 by @tokusumi in #64

Full Changelog: v0.4.1...v0.4.2

v0.4.1

02 Jan 09:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

01 Jun 17:17
1a335a4
Compare
Choose a tag to compare

Security updates:

  • Add standard (and service specific) claims verification PR #45 by @tokusumi

Features:

Fixes:

Internal:

v0.3.0

25 Feb 16:09
ab843a1
Compare
Choose a tag to compare

Add features:

  • Add extraction for access token (#31). Get user info from access token easily. related issue are #14, #21, #27.

Breaking changes:

  • Auth0 default scope key turned to be "permissions" ("scope" was scope key before v0.2.0). please make sure RBAC setting is valid.
  • For development, environment variables, AUTH0_MGMT_CLIENTID and AUTH0_MGMT_CLIENT_KEY, will be required to auth0 testing.

Docs:

  • Add development - contribution guide (#19)

Bug fixes:

  • Various grammatical cleanups and a fix to the Auth0 example. (#15) by @justinrmiller
  • Handle no-token exception in module to respect auto_error setting (#24, #26) by @mjvdvlugt

Internal changes:

  • Unify testcases (#17, #18)
  • Refactoring Base module (in #31)

v0.2.0

22 Dec 14:41
Compare
Choose a tag to compare

Add features

  • Firebase Authentication Support (Only ID token)

Doc

  • Add Auth0 example
  • Add Firebase Authentication example
  • Add explanation how to define custom claims

v0.1.3

01 Nov 12:48
12c025b
Compare
Choose a tag to compare

Fix bug.

  • (PR #8) To be compatible with authlib: resolve
    "TypeError: cannot pickle '_cffi_backend.FFI' object"

v0.1.2

07 Oct 13:44
2d1ee3d
Compare
Choose a tag to compare

this version is same as v0.1.1 (8c60ca8)
release v0.1.2 because v0.1.1 in PyPi is not available in trouble.

v0.1.1

07 Oct 13:22
8c60ca8
Compare
Choose a tag to compare
  • relax fastapi version from 0.60.1 <= x < 0.61.0 to 0.60.1 <= x < 1.0.0 . PR(#7) by @jurasofish

0.1.0

02 Aug 11:00
Compare
Choose a tag to compare
  • first release
  • Verify token (JWKS-based JSON Web Token)
  • Authenticate with scope (permissions)
  • Get user info in token
  • Dependency injection of the above
  • Use the above features in the interactive docs, else
  • Support for Auth0 and AWS Cognito