Releases: JonPSmith/AuthPermissions.AspNetCore
Releases · JonPSmith/AuthPermissions.AspNetCore
V2.0.0
New release with
- Signification improvements
- Breaking Changes
- Fix for a critical hierarchical multi-tenant bug fix.
See this document for how to upgrade from version 1 of this library to the new version 2 release.
V1.3.0
- BREAKING CHANGE: When registering AuthP you need to state what authentication provider you are using - see Authentication Explained in the docs
- New Feature: New AzureAdAuthentication method that causes an Azure AD via Login will add AuthP claims to the user. See Example5 for for how this works.
1.2.1
V1.2.0
Significant changes to the multi-tenant part of the library, with two example multi-tenant applications
- Example3: Implements a single level multi-tenant application
- Example4: Implements a hierarchical multi-tenant application
- BREAKING CHANGE: Different AuthTenantAdminService to be more useful
- New Feature: Added
ITenantChangeService
to apply tenant changes to application DbContext - Updated Microsoft's NuGets to fix a security issue in example2
Release V1.1.0
First full release of this library.