Skip to content

Releases: JonPSmith/AuthPermissions.AspNetCore

V2.0.0

16 Dec 15:28
Compare
Choose a tag to compare

New release with

  1. Signification improvements
  2. Breaking Changes
  3. 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

07 Oct 12:40
Compare
Choose a tag to compare
  • 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

21 Sep 10:43
Compare
Choose a tag to compare

Bug fix release.

  • Bug fix: UpdateUserAsync didn't handle no roles properly
  • Change: UpdateUserAsync method parameter roleNames cannot be null

V1.2.0

17 Sep 07:53
Compare
Choose a tag to compare

Significant changes to the multi-tenant part of the library, with two example multi-tenant applications

  1. Example3: Implements a single level multi-tenant application
  2. 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

25 Aug 10:11
Compare
Choose a tag to compare

First full release of this library.