authentik/client-packages/sentry-auth-passbook/sentry_auth_passbook/__init__.py

8 lines
165 B
Python

from __future__ import absolute_import
from sentry.auth import register
from .provider import PassbookOAuth2Provider
register('passbook', PassbookOAuth2Provider)