Fix Access/Refres Token

This commit is contained in:
Thanakarn Klangkasame
2025-10-05 17:24:30 +07:00
parent d266463c9f
commit ad0d9e41ba
12 changed files with 191 additions and 143 deletions

View File

@@ -16,6 +16,7 @@ public sealed class StrictTenantGuardOptions
("GET", "/swagger"),
("GET", "/swagger/index.html"),
("GET", "/swagger/"),
("POST", "/api/authentication/login")
};
public Regex SlugRegex { get; set; } = new(@"^[a-z0-9\-]{1,64}$", RegexOptions.Compiled);
}