File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Mihir.AspNetCore.Authentication.Basic Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,5 @@ public static class BasicDefaults
44 {
55 public const string AuthenticationScheme = "Basic" ;
66 public const string DisplayName = "Basic" ;
7- public const string DefaultRealm = "Stirling" ;
87 }
98}
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
5+ <Authors >Mihir Dilip</Authors >
6+ <Company >Mihir Dilip</Company >
7+ <Description >Basic Scheme Authentication implementation for ASP.NET core</Description >
8+ <RepositoryUrl >https://github.com/mihirdilip/Mihir.AspNetCore.Authentication.Basic</RepositoryUrl >
9+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
510 </PropertyGroup >
611
712 <ItemGroup >
You can’t perform that action at this time.
0 commit comments