mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-30 05:35:44 +00:00
feat: add oauth config parsing logic
This commit is contained in:
@@ -68,6 +68,7 @@ type Claims struct {
|
||||
type OAuthServiceConfig struct {
|
||||
ClientID string
|
||||
ClientSecret string
|
||||
ClientSecretFile string
|
||||
Scopes []string
|
||||
RedirectURL string
|
||||
AuthURL string
|
||||
|
||||
Reference in New Issue
Block a user