Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliotjones/identitytutorial
Tutorial code for blog post on Identity 3.0
https://github.com/eliotjones/identitytutorial
Last synced: about 1 month ago
JSON representation
Tutorial code for blog post on Identity 3.0
- Host: GitHub
- URL: https://github.com/eliotjones/identitytutorial
- Owner: EliotJones
- Created: 2015-07-04T18:21:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-25T17:51:01.000Z (over 9 years ago)
- Last Synced: 2023-02-27T04:12:02.312Z (over 1 year ago)
- Language: C#
- Size: 676 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Identity Tutorial
This code provides the minimal example of implementing a custom user store for MVC 6 using Identity 3.0.
The store in this sample uses a single xml file to store and read data so
shows that Identity can be written to sit on any data source.