Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET Core Identity without Entity Framework

This repository is a simple example of how to use ASP.NET Core Identity without Entity Framework.

I created it to help answer this StackOverflow question back in the early days of ASP.NET Core.

It just uses an in-memory list to store the user data, so it's not intended for real-world use. It's just a simple example to show how the various parts fit together, so that you can use it for inspiration when building your own system.

About

A really simple example of how to get started using ASP.NET Identity without Entity Framework

Resources

Stars

68 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages