Add pointer to the old stuff.

This commit is contained in:
Barry Dorrans 2018-03-26 14:08:00 -07:00 committed by GitHub
parent c39aa98b2b
commit 3f990bfb83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ ASP.NET Core Identity is the membership system for building ASP.NET Core web app
This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo.
## ASP.NET Identity for ASP.NET MVC 5
The previous versions of Identity for MVC5 and lower, previously available on CodePlex, are available at https://github.com/aspnet/AspNetIdentity
## Community Maintained Store Providers
- [ASP.NET Identity MongoDB Provider](https://github.com/tugberkugurlu/AspNetCore.Identity.MongoDB)