7 lines
176 B
Python
7 lines
176 B
Python
# Copyright (c) 2019. Tobias Kurze
|
|
from backend.auth.oidc import OIDCAuthentication
|
|
|
|
from backend.auth.oidc_config import PROVIDERS
|
|
|
|
oidc_auth = OIDCAuthentication(PROVIDERS)
|