forked from baron/baron-sso
Devfront를 위한 OIDC 프록시 엔드포인트 구현
This commit is contained in:
@@ -489,6 +489,7 @@ func main() {
|
||||
|
||||
// Auth Proxy Routes
|
||||
auth := api.Group("/auth")
|
||||
auth.All("/oidc/*", authHandler.ProxyOidc)
|
||||
auth.Post("/enchanted-link/init", authHandler.InitEnchantedLink)
|
||||
auth.Post("/enchanted-link/poll", authHandler.PollEnchantedLink)
|
||||
auth.Post("/magic-link/verify", authHandler.VerifyMagicLink)
|
||||
|
||||
Reference in New Issue
Block a user