refactor: remove dependency on traefik

This commit is contained in:
Stavros
2025-12-17 18:30:43 +02:00
parent e4e99f4805
commit dba5580a7c
6 changed files with 63 additions and 482 deletions

View File

@@ -66,6 +66,10 @@ type LdapConfig struct {
SearchFilter string `description:"LDAP search filter."`
}
// Config loader options
const DefaultNamePrefix = "TINYAUTH_"
// OAuth/OIDC config
type Claims struct {