chore: configure auth schemes and add refresh token revocation migration
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Microsoft.AspNetCore.Authentication.JwtBearer;
|
||||
|
||||
namespace FiscalOS.Infra.Authentication;
|
||||
|
||||
public static class Schemes
|
||||
{
|
||||
public const string Default = JwtBearerDefaults.AuthenticationScheme;
|
||||
public const string AllowExpiredTokens = "AllowExpiredTokens";
|
||||
}
|
||||
Reference in New Issue
Block a user