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 #437

Closed ScruffyProdigy closed 3 years ago

ScruffyProdigy commented 3 years ago

Provides an option for developers to specify the OAuth response type for their OIDC provider (either one of these can be set:):

ScruffyProdigy commented 3 years ago

@lsirac

hiranya911 commented 3 years ago

Please rebase against the dev branch, and set the target branch to the same. We do not merge to the main branch in this repo.

ScruffyProdigy commented 3 years ago

I couldn't figure out how to update the PR to compare against a different branch, so I created a new PR https://github.com/firebase/firebase-admin-go/pull/450