AuthPermissions.AspNetCore Versions Save

This library provides extra authorization and multi-tenant features to an ASP.NET Core application.

V3.4.0

1 year ago

Significant changes - see Roadmap for more

V3.3.0

1 year ago

Main focus on the new "invite a user" and "sign up / versioning " features. Also a few fixes. See this article which explains the new services.

NOTE: Some namespaces have changed.

V3.2.1

2 years ago

Bug fix release

V3.2.0

2 years ago

Improvements to sharding: allows production app to change its databases

V3.1.0

2 years ago

Adds support for Postgres database.

V3.0.0

2 years ago

Big change to allow multi-tenant applications to have more that one database for the tenant data - see the Defining the three multi-tenant database arrangements in the docs.

NOTE This contains breaking changes from the version 2.* code - see UpdateToVersion3.md fro full details

V2.3.1

2 years ago

Fixes issue #23

V2.3.0

2 years ago

Couple of small improvements and fixed issue #13 and #15

V2.2.0

2 years ago

Added "Access the data of other tenant" feature - see issue #10

V2.0.0

2 years ago

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.