Releases: tokusumi/fastapi-cloudauth
Releases · tokusumi/fastapi-cloudauth
v0.4.3
06 Jan 12:47
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v0.4.1
02 Jan 09:20
Compare
Sorry, something went wrong.
No results found
v0.4.0
01 Jun 17:17
Compare
Sorry, something went wrong.
No results found
Security updates:
Add standard (and service specific) claims verification PR #45 by @tokusumi
Features:
Fixes:
Internal:
v0.3.0
25 Feb 16:09
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fix bug.
(PR #8 ) To be compatible with authlib: resolve
"TypeError: cannot pickle '_cffi_backend.FFI' object"
v0.1.2
07 Oct 13:44
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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