1
0
forked from baron/baron-sso

SMS 발송 및 Redis 기반 인증 코드 검증, JWT 발급 기능 구현

This commit is contained in:
2026-01-06 16:32:43 +09:00
parent 362b6b60d4
commit 659ccfbe53
7 changed files with 170 additions and 9 deletions

View File

@@ -75,6 +75,7 @@ func main() {
auth.Post("/enchanted-link/poll", authHandler.PollEnchantedLink)
auth.Post("/magic-link/verify", authHandler.VerifyMagicLink)
auth.Post("/sms", authHandler.SendSms)
auth.Post("/verify-sms", authHandler.VerifySms)
// Client Logging Route (For Debugging)
api.Post("/client-log", func(c *fiber.Ctx) error {