-
Notifications
You must be signed in to change notification settings - Fork 162
Extra help for shading‐only apps
Jon P Smith edited this page Aug 12, 2023
·
8 revisions
The version 6 of AuthP was designed to make it easier to code a multi-tenant application where each tenant is stored in their own database - referred to as sharding-only (see Sharding explained for about sharding-only). The new features are:
- The ability to define a sharding-only mode - see Configuring sharding > sharding-only mode
- The Sign up for a new tenant, with versioning now works with sharding-only mode. See the "Sign up" DemoShardOnlyGetDatabaseForNewTenant for more information.
- A
IShardingOnlyTenantAddRemove
Of all these its the last one, IShardingOnlyTenantAddRemove
, that will be covered
- Intro to multi-tenants (ASP.NET video)
- Articles in date order:
- 0. Improved Roles/Permissions
- 1. Setting up the database
- 2. Admin: adding users and tenants
- 3. Versioning your app
- 4. Hierarchical multi-tenant
- 5. Advanced technique with claims
- 6. Sharding multi-tenant setup
- 7. Three ways to add new users
- 8. The design of the sharding data
- 9. Down for maintenance article
- 10: Three ways to refresh claims
- 11. Features of Multilingual service
- 12. Custom databases - Part1
- Videos (old)
- Authentication explained
- Permissions explained
- Roles explained
- AuthUser explained
- Multi tenant explained
- Sharding explained
- How AuthP handles sharding
- How AuthP handles errors
- Languages & cultures explained
- JWT Token refresh explained
- Setup Permissions
- Setup Authentication
- Startup code
- Setup the custom database feature
- JWT Token configuration
- Multi tenant configuration
- Using Permissions
- Using JWT Tokens
- Creating a multi-tenant app
- Supporting multiple languages
- Unit Test your AuthP app