Comparing v5.1.0...v5.2.0 · firebase/firebase-admin-python
base repository: firebase/firebase-admin-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.1.0
head repository: firebase/firebase-admin-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.2.0
- 5 commits
- 10 files changed
- 5 contributors
Commits on Nov 30, 2021
Commits on Dec 14, 2021
-
feat(auth): enables OIDC auth code flow (#549)
Provides an option for developers to specify the OAuth response type for their OIDC provider (either one of these can be set:): - id_token - code (if set, must also set the client secret) RELEASE NOTES: Added support for configuring the authorization code flow for OIDC providers.