firebase / firebase-admin-dotnet

Firebase Admin .NET SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
367 stars 131 forks source link

feat(auth): Added VerifySessionCookieAsync() APIs #177

Closed hiranya911 closed 4 years ago

hiranya911 commented 4 years ago
Task<FirebaseToken> VerifySessionCookieAsync(string cookie)
Task<FirebaseToken> VerifySessionCookieAsync(string cookie, boolean checkRevoked)

RELEASE NOTE: Added VerifySessionCookieAsync() method for verifying Firebase session cookies in backend applications.

hiranya911 commented 4 years ago

@kevinthecheung please review the API reference docs in FirebaseAuth class.

hiranya911 commented 4 years ago

Thanks @kevinthecheung. I've made the suggested changes.

hiranya911 commented 4 years ago

Resolves #160