1
0
forked from baron/baron-sso

링크로 로그인하기 구현 완료

This commit is contained in:
Lectom C Han
2026-01-29 09:57:36 +09:00
parent 8faa08e377
commit 209314fea7
4 changed files with 107 additions and 17 deletions

View File

@@ -4,6 +4,7 @@ type EnchantedLinkInitRequest struct {
LoginID string `json:"loginId"`
URI string `json:"uri,omitempty"` // Redirect URI (optional for polling flow)
Method string `json:"method,omitempty"` // "email" or "sms"
CodeOnly bool `json:"codeOnly,omitempty"`
}
type EnchantedLinkInitResponse struct {