More auth factors, sessions api

This commit is contained in:
2025-06-04 01:11:50 +08:00
parent db9b04ef47
commit 2f9df8009b
5 changed files with 149 additions and 11 deletions

View File

@ -41,7 +41,7 @@ public class DysonTokenAuthHandler(
)
: AuthenticationHandler<DysonTokenAuthOptions>(options, logger, encoder)
{
private const string AuthCachePrefix = "auth:";
public const string AuthCachePrefix = "auth:";
protected override async Task<AuthenticateResult> HandleAuthenticateAsync()
{