added db migrations and group support, still problems with json serialization
This commit is contained in:
@@ -14,12 +14,12 @@ AUTH_PROVIDERS: Dict[str, Dict[str, str]] = {
|
||||
"KIT OIDC (API)":
|
||||
{
|
||||
"type": "api_oidc",
|
||||
"url": "auth_api_bp.oidc"
|
||||
"url": "auth_api.oidc"
|
||||
},
|
||||
"User-Password (API)":
|
||||
{
|
||||
"type": "api_login_form",
|
||||
"url": "auth_api_bp.base_login"
|
||||
"url": "auth_api.login"
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user