Skip to content

Commit c96709d

Browse files
committed
a
1 parent 0e7436f commit c96709d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Mihir.AspNetCore.Authentication.Basic/BasicDefaults.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

Mihir.AspNetCore.Authentication.Basic/Mihir.AspNetCore.Authentication.Basic.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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>

0 commit comments

Comments
 (0)