https://github.com/Shazwazza/UmbracoIdentity
ASP.NET Identity implementation for Umbraco's native member data
https://github.com/Shazwazza/UmbracoIdentity
aspnetidentity membership oauth umbraco
Last synced: about 1 year ago
JSON representation
ASP.NET Identity implementation for Umbraco's native member data
- Host: GitHub
- URL: https://github.com/Shazwazza/UmbracoIdentity
- Owner: Shazwazza
- License: mit
- Created: 2014-07-11T02:56:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:43:53.000Z (over 3 years ago)
- Last Synced: 2024-05-01T23:02:20.423Z (almost 2 years ago)
- Topics: aspnetidentity, membership, oauth, umbraco
- Language: C#
- Homepage:
- Size: 915 KB
- Stars: 110
- Watchers: 13
- Forks: 58
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://ci.appveyor.com/project/Shandem/umbracoidentity)

===============
[](https://www.nuget.org/packages/UmbracoIdentity)
---
_❤️ If you use and like UmbracoIdentity please consider [becoming a GitHub Sponsor](https://github.com/sponsors/Shazwazza/) ❤️_
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](https://github.com/Shandem/UmbracoIdentity/wiki/Known-Issues)**
## 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.](https://github.com/Shazwazza/UmbracoIdentity/issues/145)**
*[If you are upgrading UmbracoIdentity to a new major version you will need to read these instructions!](https://github.com/Shazwazza/UmbracoIdentity/wiki/Upgrading)*
## Installation
The package can be installed with Nuget:
PM> Install-Package UmbracoIdentity
Then follow the [3 installation steps](https://github.com/Shazwazza/UmbracoIdentity/wiki#installation) and you will end up with code files installed complete with examples and an integrated demo page that looks like:

## [Documentation](https://github.com/Shandem/UmbracoIdentity/wiki)
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](http://opensource.org/licenses/MIT)