Commit c3861d7
authored
feat(auth): Added multi-tenancy support (#245)
* feat(auth): Added TenantManager, Tenant and GetTenantAsync APIs (#222)
* feat(auth): Added CreateTenantAsync() and UpdateTenantAsync() APIs (#223)
* chore: Introducing FirebaseAdmin.Auth.Jwt namespace for internal APIs (#226)
* chore: Introducing FirebaseAdmin.Auth.Jwt namespace for internal APIs
* chore: Moving IPublicKeySource and related classes to Jwt
* feat(auth): Added ListTenantsAsync() and DeleteTenantAsync() APIs (#225)
* feat(auth): Added ListTenantsAsync() and DeleteTenantAsync() APIs
* fix: Added newline at eof
* feat(auth): Added TenantAwareFirebaseAuth class (#227)
* feat(auth): Added support for creating tenant-scoped custom tokens (#228)
* feat(auth): Added support for creating tenant-scoped custom tokens
* fix: Cleaned up the test code
* feat(auth): Support for tenant-aware user management (#229)
* feat(auth): Support for tenant-aware user management
* fix: Cleaned up the unit tests
* fix: Removed duplicated line
* feat(auth): Adding tenant-aware token verification support (#230)
* feat(auth): Adding tenant-aware token verification support
* feat(auth): Moved ID token verify methods to AbstractFirebaseAuth
* fix: Cleaned up the unit tests TestConfig API
* chore: FirebaseAuth unit test refactor (#231)
* chore: Refactoring the test abstraction for Auth
* fix: Further cleaned up the AuthTestConfig API
* fix: Refactored auth tests with composition of AuthBuilder and MockTokenBuilder
* fix: Added some comments; Other readability improvements
* fix: Removing redundant else block
* feat(auth): Support for verifying tenant-scoped session cookies (#232)
* feat(auth): Implemented support for verifying tenant-scoped session cookies
* fix: Removing unused test util method
* feat(auth): Support for creating tenant-scoped session cookies (#233)
* feat(auth): Support for creating tenant-scoped session cookies
* fix: Using inheritdoc on the overridden method
* feat(auth): Tenant-aware provider config management (#234)
* chore: Added FirebaseAdmin.Auth.Users namespace (#235)
* chore: More unit tests (#236)
* chore: Increased unit test coverage for Auth APIs
* chore: More unit tests
* fix(auth): Removing tenant-aware session cookie APIs (#237)
* chore: Adding integration tests for multi-tenancy support (#238)
* chore: Added integration tests for multi-tenancy APIs
* fix: Refactored TenantFixture to handle init all test resources
* chore: Cleaning up Auth integration tests (#239)
* chore: Cleaning up Auth integration tests
* fix: Added newline at the eof
* chore: Added tenant-aware integ tests for IdP config management (#240)
* chore: Added tenant-aware integ tests for IdP config management
* chore: Cleaned up the test fixtures
* chore: Split long user lifecycle test into multiple test cases (#241)
* fix(auth): Reusing ListResourcesRequest util in all pagination APIs (#242)
* fix(auth): Reusing ListResourcesRequest for ListUsers API
* fix(auth): Using ListResourcesRequest in other list APIs
* fix: Enabling AsyncUsageAnalyzers and fixing violations (#243)
* fix: Enabling AsyncUsageAnalyzers and fixing violations
* fix: Removed experimental changes
* fix(auth): Support for verifying tenant ID tokens in FirebaseAuth (#244)
* fix: Enabling AsyncUsageAnalyzers and fixing violations
* fix: Removed experimental changes
* fix(auth): Support for verifying tenant ID tokens in FirebaseAuth1 parent 3b831b4 commit c3861d7
File tree
116 files changed
+8256
-4804
lines changed- FirebaseAdmin
- FirebaseAdmin.IntegrationTests
- Auth
- FirebaseAdmin.Tests
- Auth
- Jwt
- Multitenancy
- Providers
- Users
- FirebaseAdmin
- Auth
- Jwt
- Multitenancy
- Providers
- Users
- Messaging
- Util
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
116 files changed
+8256
-4804
lines changedLines changed: 34 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
0 commit comments