mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-05 01:09:37 +00:00
Oauth2 support
This commit is contained in:
@ -12,7 +12,7 @@ import (
|
||||
const (
|
||||
TypeLocal = "local"
|
||||
TypeLDAP = "ldap"
|
||||
TypeOIDC = "oidc"
|
||||
TypeOAuth = "oauth"
|
||||
)
|
||||
|
||||
// Model is the model
|
||||
|
Reference in New Issue
Block a user