Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.