Skip to content

7.2.1

Latest
Compare
Choose a tag to compare
@Shazwazza Shazwazza released this 15 Dec 03:04
· 6 commits to master since this release

Some enhancements to allow overriding base methods on the user store to allow for easier customization, see milestone for details: https://github.com/Shazwazza/UmbracoIdentity/milestone/13?closed=1

Have also updated the documentation for extending the user stores, etc... see https://github.com/Shazwazza/UmbracoIdentity/wiki/Startup-Configuration

Install instructions

Install via Nuget:

 Install-Package UmbracoIdentity

or just the DLLs:

 Install-Package UmbracoIdentity.Core

Upgrade instructions

Upgrade via Nuget:

 Update-Package UmbracoIdentity

or if you've only installed the the DLLs:

 Update-Package UmbracoIdentity.Core