This commit is contained in:
Stavros
2025-01-29 22:06:52 +02:00
parent 2385599c80
commit 6602e8140b
7 changed files with 186 additions and 1 deletions

View File

@@ -95,3 +95,8 @@ type SessionCookie struct {
Username string
Provider string
}
type TinyauthLabels struct {
OAuthWhitelist []string
Users []string
}