We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce03aa9 commit e1a54e3Copy full SHA for e1a54e3
src/MakingSense.AspNetCore.Authentication.SimpleToken/SimpleTokenDefaults.cs
@@ -6,7 +6,7 @@ namespace MakingSense.AspNetCore.Authentication.SimpleToken
6
{
7
public static class SimpleTokenDefaults
8
9
- public const string AuthenticationScheme = "SimpleToken";
+ public const string AuthenticationScheme = "Bearer";
10
11
public static readonly string DisplayName = "Simple Token";
12
}
0 commit comments