firebase / firebase-admin-go

Firebase Admin Go SDK
Apache License 2.0
1.13k stars 242 forks source link

feat(auth): enables OIDC Auth code flow #468

Closed ScruffyProdigy closed 2 years ago

ScruffyProdigy commented 2 years ago

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 NOTE: Added support for configuring the authorization code flow for OIDC providers.