1
0
forked from baron/baron-sso

이메일/비밀번호 로그인 기능 구현

This commit is contained in:
2026-01-23 15:59:08 +09:00
parent 4c608c6c3c
commit 939d8ee911
4 changed files with 162 additions and 67 deletions

View File

@@ -228,6 +228,7 @@ func main() {
auth.Post("/enchanted-link/init", authHandler.InitEnchantedLink)
auth.Post("/enchanted-link/poll", authHandler.PollEnchantedLink)
auth.Post("/magic-link/verify", authHandler.VerifyMagicLink)
auth.Post("/password/login", authHandler.PasswordLogin)
auth.Post("/sms", authHandler.SendSms)
auth.Post("/verify-sms", authHandler.VerifySms)
auth.Post("/qr/init", authHandler.InitQRLogin)