Fix Access/Refres Token
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user