8000 GitHub - tombmedia/UmbracoIdentity: ASP.NET Identity implementation for Umbraco's native member data
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tombmedia/UmbracoIdentity

 
 

Repository files navigation

Build status

ASP.Net Identity for Umbraco

NuGet


❤️ If you use and like UmbracoIdentity please consider becoming a GitHub Sponsor ❤️

Allows for using OWIN & ASP.Net Identity in Umbraco for front-end members

This project will allow the use of ASP.Net Identity and OWIN to work for Umbraco members on your front-end website. It is compatible with your current members and how passwords are currently hashed - so long as your membership provider is configured for hashing passwords (default) and not encrypting them.

There are some known issues and limitations

Minimum Requirements:

Package version support:

  • Umbraco 8.0.0+ && < 9.0.0 with UmbracoIdentity v7.x and above
  • Umbraco 7.6.0+ && < 8.0.0 with UmbracoIdentity v6.x

UmbracoIdentity is not suitable and will not work with Umbraco 9+. Please see this ticket #145 for more info.

If you are upgrading UmbracoIdentity to a new major version you will need to read these instructions!

Installation

The package can be installed with Nuget:

PM> Install-Package UmbracoIdentity

Then follow the 3 installation steps and you will end up with code files installed complete with examples and an integrated demo page that looks like:

UmbracoIdentity demo page

See docs for further details, integration notes, examples, usage, etc...

Copyright & Licence

© 2021 by Shannon Deminick

This is free software and is licensed under the MIT License

About

ASP.NET Identity implementation for Umbraco's native member data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 75.1%
  • HTML 17.1%
  • PowerShell 4.6%
  • JavaScript 3.2%
0