Skip to content

ilich/MvcBasicAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MvcBasicAuth

HTTP Basic Authentication with ASP.NET MVC

Installation

PM> Install-Package MvcBasicAuth

Usage

  • Make sure your project uses ASP.NET MVC Dependency Injection.
  • Create authentication service by implementing MvcBasicAuth.IHttpBasicAuthentication interface.
  • Register authentication service in the IoC container.
  • Use MvcBasicAuth.HttpBasicAuthenticationAttribute attribute to annotate actions that require HTTP Basic Authentication.

Please take a look to sample application source code to see HTTP Basic Authentication in action.

About

HTTP Basic Authentication with ASP.NET MVC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published