feat: add oauth config parsing logic

This commit is contained in:
Stavros
2025-09-12 13:16:45 +03:00
parent 68fd5ac24c
commit 5fcc50d5fd
5 changed files with 111 additions and 4 deletions

View File

@@ -68,6 +68,7 @@ type Claims struct {
type OAuthServiceConfig struct {
ClientID string
ClientSecret string
ClientSecretFile string
Scopes []string
RedirectURL string
AuthURL string