Skip to content

Releases: mgernand/AspNetCore.Authorization.Permissions

v7.1.0

18 Jan 16:51
63faff0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0.0...v7.1.0

v7.0.0

20 Nov 21:30
6a4aa44
Compare
Choose a tag to compare

What's Changed

  • Upgraded to .NET 7 by @mgernand in #7
  • Performed a solution wide code cleanup. by @mgernand in #8
  • Added configuration-based entity configuration. by @mgernand in #9

Full Changelog: v6.1.0...v7.0.0

v6.1.0

12 Oct 15:48
Compare
Choose a tag to compare

Full Changelog: v6.0.4...v6.1.0

v6.0.4

07 Jun 17:55
a03618a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.3...v6.0.4

v6.0.3

03 Jun 21:15
792688b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.2...v6.0.3

v6.0.2

04 May 15:03
Compare
Choose a tag to compare

Changes

  • Re-factored the claims provider configuration API.

Full Changelog: v6.0.1...v6.0.2

v6.0.1

03 May 21:29
Compare
Choose a tag to compare

Changes

  • The AddPermissionsIdentity configuration methods no longer adds the Identity Cookie authentication. This must be done in a separate configuration step. The example applications show this.
  • Made every AddPermissionsIdentity extension method return a PermissionsIdentityBuilder.
  • Renamed permissions identity entity classes.
  • Added the default identity entity properties to the interfaces to make implementing complete custom entities easier.

Full Changelog: v6.0.0...v6.0.1

v6.0.0

03 May 18:54
Compare
Choose a tag to compare

Changes

  • Added permissions-based authorization.
  • Added roles permissions.
  • Added tenant.
  • Added tenant roles.
  • Added sample application for simple permission-based authorization.
  • Added sample application for multi-tenant permission-based authoriation.

Full Changelog: https://github.com/mgernand/AspNetCore.Authorization.Permissions/commits/v6.0.0