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 22<package xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns : xsd =" http://www.w3.org/2001/XMLSchema" xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
33 <metadata >
44 <id >AuthPermissions.AspNetCore</id >
5- <version >2.3.0 </version >
5+ <version >2.3.1 </version >
66 <authors >Jon P Smith</authors >
77 <product >AuthPermissions.AspNetCore</product >
88 <copyright >Copyright (c) 2021 Jon P Smith</copyright >
99 <description >Provides extra authorization and multi-tenant features to a ASP.NET Core application.</description >
1010 <releaseNotes >
11- - New Feature: You can add extra claims to the user via the RegisterAddClaimToUser method
12- - New Feature: Tap into AuthPermissionsDbContext events by registering a service implmenting the IRegisterStateChangeEvent interface
13- - Bug Fix: UpdateRoleToPermissionsAsync now return errors if a Role change is invalid for a user or tenants that is that Role - see issue #13
14- - Bug Fix: DeleteRoleAsync now handles tenant Roles - see issue #13
15- - Bug Fix: Add or update of an AuthUser now checks the tenant has the correct Roles - see issue #15
11+ Bug Fix: Problem in ClaimCalculator when used with multi-tenant applications - see issue #23
1612 </releaseNotes >
1713 <license type =" expression" >MIT</license >
1814 <projectUrl >https://github.com/JonPSmith/AuthPermissions.AspNetCore</projectUrl >
Original file line number Diff line number Diff line change 44 <!-- See documentation for all the possible values -->
55 <metadata >
66 <id >AuthPermissions.AspNetCore</id >
7- <version >2.3.0 </version >
7+ <version >2.3.1 </version >
88 <authors >Jon P Smith</authors >
99 <product >AuthPermissions.AspNetCore</product >
1010 <copyright >Copyright (c) 2021 Jon P Smith</copyright >
1111 <description >Provides extra authorization and multi-tenant features to a ASP.NET Core application.</description >
1212 <releaseNotes >
13- - New Feature: You can add extra claims to the user via the RegisterAddClaimToUser method
14- - New Feature: Tap into AuthPermissionsDbContext events by registering a service implmenting the IRegisterStateChangeEvent interface
15- - Bug Fix: UpdateRoleToPermissionsAsync now return errors if a Role change is invalid for a user or tenants that is that Role - see issue #13
16- - Bug Fix: DeleteRoleAsync now handles tenant Roles - see issue #13
17- - Bug Fix: Add or update of an AuthUser now checks the tenant has the correct Roles - see issue #15
13+ Bug Fix: Problem in ClaimCalculator when used with multi-tenant applications - see issue #23
1814 </releaseNotes >
1915 <license type =" expression" >MIT</license >
2016 <projectUrl >https://github.com/JonPSmith/AuthPermissions.AspNetCore</projectUrl >
Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## 2.3.1
4+
5+ - Bug Fix: Problem in ClaimCalculator when used with multi-tenant applications - see issue #23
6+
37## 2.3.0
48
59- New Feature: You can add extra claims to the user via the RegisterAddClaimToUser method
You can’t perform that action at this time.
0 commit comments