Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

v2.0.0-Preview1

Pre-release
Pre-release
Compare
Choose a tag to compare
@henalbrod henalbrod released this 26 Oct 21:01
· 19 commits to master since this release

BREAKING CHANGES:

  • Upgraded to .Net Core 3.1.0-preview1
  • Server side projects upgraded to netcoreapp3.1
  • Auth0 permissions are now accesible as an any other array claim:
    policy.RequireClaim("permissions", "permission_name")