Releases: tokusumi/fastapi-cloudauth
Releases · tokusumi/fastapi-cloudauth
v0.4.3
v0.4.2
v0.4.1
What's Changed
- ✏️ Fix broken link to CONTRIBUTING and grammar in README by @discdiver in #57
- Store Firebase JWKS expiry and refresh keys when they expire by @jleclanche in #60 & @tokusumi in #61
- codecov-action v1 to v2 by @tokusumi in #62
New Contributors
- @discdiver made their first contribution in #57
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Security updates:
Features:
Fixes:
- Handle exceptions on malformed token PR #42 by @tokusumi & @jleclanche
Internal:
v0.3.0
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: