feat(SSO): JWTやSAMLでのSingle Sign-Onの実装 (MisskeyIO#519)

This commit is contained in:
まっちゃとーにゅ 2024-03-15 01:30:56 +09:00 committed by GitHub
parent d300a6829f
commit 8c1db331e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
45 changed files with 4094 additions and 1725 deletions

View file

@ -264,6 +264,9 @@ const routes: RouteDef[] = [{
}, {
path: '/oauth/authorize',
component: page(() => import('@/pages/oauth.vue')),
}, {
path: '/sso/:kind/:serviceId',
component: page(() => import('@/pages/sso.vue')),
}, {
path: '/tags/:tag',
component: page(() => import('@/pages/tag.vue')),