Skip to content

ASP.NET Core api that provides authentification based on Identity nuget and without EF.

License

Notifications You must be signed in to change notification settings

neosys-opentech/identity-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

identity-api

ASP.NET Core api that provides authentification based on Identity nuget and Dapper.

Use cases

  • You're using a RDBMS that isn't supported by EF Core.
  • You don't want to use EF Core, or you had already made a set of investment on other ORM solution.
  • You need a kick start on how to implement manually Identity stores so you can leverage it independently from actual providers.

Issues

If you find issues, performance problems, inconsistencies with the api project, please submit a PR/Issue and we'll fixe it ASAP. Thank you.

About

ASP.NET Core api that provides authentification based on Identity nuget and without EF.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages