File tree Expand file tree Collapse file tree
AuthPermissions.AspNetCore Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 <description >Provides extra authorization and multi-tenant features to a ASP.NET Core application.</description >
1010 <releaseNotes >
1111- BREAKING CHANGE (small): The `GetDatabaseInfoNamesWithTenantNamesAsync` method returned collection now has `HasOwnDb` in it - see issue #39
12- - Bug fix: Second refresh JWT Bearer token failed. Fixed by @akema-trebla - see issue #36
1312- Bug fix. Email is now stored as lower case. This fixes the problem and Postgres string compare is case sensitive - see issue #35
1413- Bug fix: TenantRoles collection now return null if not loaded - this captures missing Includes etc.
1514- New Sharding feature: New service called `IShardingSelectDatabase` which will find a DatabaseInfoName of a database to use for a new tenant.
Original file line number Diff line number Diff line change 1111 <description >Provides extra authorization and multi-tenant features to a ASP.NET Core application.</description >
1212 <releaseNotes >
1313- BREAKING CHANGE (small): The `GetDatabaseInfoNamesWithTenantNamesAsync` method returned collection now has `HasOwnDb` in it - see issue #39
14- - Bug fix: Second refresh JWT Bearer token failed. Fixed by @akema-trebla - see issue #36
1514- Bug fix. Email is now stored as lower case. This fixes the problem and Postgres string compare is case sensitive - see issue #35
1615- Bug fix: TenantRoles collection now return null if not loaded - this captures missing Includes etc.
1716- New Sharding feature: New service called `IShardingSelectDatabase` which will find a DatabaseInfoName of a database to use for a new tenant.
Original file line number Diff line number Diff line change 77## 3.3.0
88
99- BREAKING CHANGE (small): The ` GetDatabaseInfoNamesWithTenantNamesAsync ` method returned collection now has ` HasOwnDb ` in it - see issue #39
10- - Bug fix: Second refresh JWT Bearer token failed. Fixed by @akema-trebla - see issue #36
1110- Bug fix. Email is now stored as lower case. This fixes the problem and Postgres string compare is case sensitive - see issue #35
1211- Bug fix: TenantRoles collection now return null if not loaded - this captures missing Includes etc.
1312- New Sharding feature: New service called ` IShardingSelectDatabase ` which will find a DatabaseInfoName of a database to use for a new tenant.
You can’t perform that action at this time.
0 commit comments