Files
lrc-backend/auth/__init__.py
2019-03-19 15:29:26 +01:00

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)