Basic Authentication Middleware For Net Core.
Info
Version: | 2.0.1 |
Author(s): | Adem Catamak |
Last Update: | Tuesday, December 4, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/AdemCatamak/ReadyApi |
NuGet Url: | https://www.nuget.org/packages/ReadyApi.AspNetCore.BasicAuth |
Install
Install-Package ReadyApi.AspNetCore.BasicAuth
dotnet add package ReadyApi.AspNetCore.BasicAuth
paket add ReadyApi.AspNetCore.BasicAuth
ReadyApi.AspNetCore.BasicAuth Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Authentication(>= 2.0.4)
- Microsoft.AspNetCore.Authentication.Abstractions(>= 2.1.1)
- Microsoft.AspNetCore.Mvc(>= 2.0.4)
- Microsoft.AspNetCore.Mvc.Core(>= 2.0.4)
- Microsoft.Extensions.Options(>= 2.1.1)