Simple ASP.NET 5 middleware that allows for hard-coding claims and automatically authenticates the user to simplify local development.
Info
Version: | 1.0.0-build6 |
Author(s): | Jonathan Freeland |
Last Update: | Tuesday, August 11, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jonfreeland/HardCodedAuthenticationMiddleware |
NuGet Url: | https://www.nuget.org/packages/HardCodedAuthenticationMiddleware |
Install
Install-Package HardCodedAuthenticationMiddleware
dotnet add package HardCodedAuthenticationMiddleware
paket add HardCodedAuthenticationMiddleware
HardCodedAuthenticationMiddleware Download (Unzip the "nupkg" after downloading)
Dependencies
dnx451
- Microsoft.AspNet.Http.Abstractions(1.0.06)
- Microsoft.Framework.Configuration(1.0.06)
- Microsoft.AspNet.Authentication(1.0.06)
- System.Threading(4.0.10)
- System.Linq(4.0.0)
- Microsoft.CSharp(4.0.0)
- Microsoft.Framework.Logging.Abstractions(1.0.06)
- Microsoft.AspNet.Http.Abstractions(1.0.06)
- Microsoft.Framework.Configuration(1.0.06)
- Microsoft.AspNet.Authentication(1.0.06)
- System.Threading(4.0.10)
- System.Linq(4.0.0)
- Microsoft.CSharp(4.0.0)
Tags