feat(authentication): 类似腾讯企业邮单点登录功能

This commit is contained in:
xinwen
2020-07-31 18:18:52 +08:00
committed by 老广
parent 4e7a5d8d4f
commit 90f03dda62
17 changed files with 329 additions and 57 deletions

View File

@@ -8,6 +8,7 @@ from .. import api
app_name = 'authentication'
router = DefaultRouter()
router.register('access-keys', api.AccessKeyViewSet, 'access-key')
router.register('sso', api.SSOViewSet, 'sso')
urlpatterns = [