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

chore: Introducing FirebaseAdmin.Auth.Jwt namespace for internal APIs #226

Closed hiranya911 closed 4 years ago

hiranya911 commented 4 years ago

The Auth namespace has become quite crowded over the years. In order to keep things a bit organized, I'm introducing a new Auth.Jwt namespace and moving all token handling internal classes there. In the future I will introduce more namespaces to house some of the other internal APIs as well.