Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.
/ Nager.Authentication Public archive

asp.net webapi headless authentication

License

Notifications You must be signed in to change notification settings

nager/Nager.Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nager.Authentication

ASP.NET Web API headless-authentication, for edge applications that want to do without external authentication. This project provides the required REST endpoints in a simple way. Only the IUserRepository has to be mapped to the existing database context. The passwords are encrypted with a salt and HMACSHA1 in the database.

Available NuGet Packages

https://www.nuget.org/packages?q=Nager.Authentication

  • Nager.Authentication
    This package contains Helpers and Services
  • Nager.Authentication.Abstraction
    This package contains Interfaces, Models and UserEntity
  • Nager.Authentication.AspNet
    This package contains ASP.NET Controllers, Dtos, Exceptions

Integration

You can find an example of a possible implementation here https://github.com/nager/Nager.AuthenticationService

Releases

No releases published

Packages

No packages published