feat: add regex support in user and oauth whitelist

This commit is contained in:
Stavros
2025-04-18 19:15:49 +03:00
parent ab4efdc66c
commit dc731cff10
4 changed files with 134 additions and 25 deletions

View File

@@ -31,8 +31,8 @@ type SessionCookie struct {
// TinyauthLabels is the labels for the tinyauth container
type TinyauthLabels struct {
OAuthWhitelist []string
Users []string
OAuthWhitelist string
Users string
Allowed string
Headers map[string]string
}