1
0
forked from baron/baron-sso

SMS 인증을 위한 Naver SENS 연동 및 API 구현

This commit is contained in:
2026-01-06 15:02:09 +09:00
parent cd0ca7a421
commit 8a25f143e7
4 changed files with 180 additions and 3 deletions

View File

@@ -74,6 +74,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("/sms", authHandler.SendSms)
// Client Logging Route (For Debugging)
api.Post("/client-log", func(c *fiber.Ctx) error {