Skip to content

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

License

Notifications You must be signed in to change notification settings

ardalis/IdentityWithoutEF

 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.0%
  • Other 1.0%