Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 551 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 551 Bytes

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.