This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/passbook/oauth_provider/apps.py

13 lines
338 B
Python
Raw Normal View History

2018-11-16 08:10:35 +00:00
"""passbook auth oauth provider app config"""
from django.apps import AppConfig
class PassbookOAuthProviderConfig(AppConfig):
"""passbook auth oauth provider app config"""
name = 'passbook.oauth_provider'
label = 'passbook_oauth_provider'
2018-11-26 16:17:32 +00:00
verbose_name = 'passbook OAuth Provider'
mountpoint = 'application/oauth/'