authentik.stages.user_login.urls

API URLs

1"""API URLs"""
2
3from authentik.stages.user_login.api import UserLoginStageViewSet
4
5api_urlpatterns = [
6    ("stages/user_login", UserLoginStageViewSet),
7]
api_urlpatterns = [('stages/user_login', <class 'authentik.stages.user_login.api.UserLoginStageViewSet'>)]