Skip to content

Commit e1a54e3

Browse files
Use Bearer AuthenticationScheme as default
1 parent ce03aa9 commit e1a54e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MakingSense.AspNetCore.Authentication.SimpleToken/SimpleTokenDefaults.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace MakingSense.AspNetCore.Authentication.SimpleToken
66
{
77
public static class SimpleTokenDefaults
88
{
9-
public const string AuthenticationScheme = "SimpleToken";
9+
public const string AuthenticationScheme = "Bearer";
1010

1111
public static readonly string DisplayName = "Simple Token";
1212
}

0 commit comments

Comments
 (0)