1
0
forked from baron/baron-sso

연동 해지 api 앤드포인트 구현

This commit is contained in:
2026-02-03 17:58:58 +09:00
parent edfe47b356
commit c5cec11c03
2 changed files with 30 additions and 0 deletions

View File

@@ -535,6 +535,7 @@ func main() {
user.Post("/me/send-code", authHandler.SendUpdateCode)
user.Post("/me/verify-code", authHandler.VerifyUpdateCode)
user.Get("/rp/linked", authHandler.ListLinkedRps)
user.Delete("/rp/linked/:id", authHandler.RevokeLinkedRp)
// Admin Routes
admin := api.Group("/admin")