mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-18 04:53:59 +02:00
feat: implement OAuth2 login
This commit is contained in:
@@ -20,4 +20,5 @@ class OAuth2Config(BaseSettings):
|
||||
client_secret: str
|
||||
authorize_endpoint: str
|
||||
access_token_endpoint: str
|
||||
user_info_endpoint: str
|
||||
name: str = "OAuth2"
|
||||
|
||||
Reference in New Issue
Block a user