1
0
forked from baron/baron-sso

dev 반영 code-check 오류 수정

This commit is contained in:
2026-03-31 13:03:16 +09:00
parent 98bb6be549
commit e927fa8ea0
8 changed files with 304 additions and 110 deletions

View File

@@ -80,7 +80,7 @@ const (
loginCodeExpiration = 10 * time.Minute
linkResendCooldown = 60 * time.Second
prefixDrySend = "dry_send:"
headlessJWKSFetchTTL = 5 * time.Second
headlessJWKSFetchTTL = 5 * time.Second
)
type AuthHandler struct {