mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-29 05:05:42 +00:00
feat: add flag decoder (candidate)
This commit is contained in:
@@ -174,3 +174,13 @@ type AppPath struct {
|
||||
Allow string
|
||||
Block string
|
||||
}
|
||||
|
||||
// Flags
|
||||
|
||||
type Providers struct {
|
||||
Providers map[string]ProviderConfig
|
||||
}
|
||||
|
||||
type ProviderConfig struct {
|
||||
Config OAuthServiceConfig
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user