1
0
forked from baron/baron-sso

동의 내역 관리를 위한 ClientConsent 모델 및 Repository 구현

This commit is contained in:
2026-02-06 11:22:49 +09:00
parent beebb3f7e6
commit 5af39085e7
5 changed files with 129 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ func migrateSchemas(db *gorm.DB) error {
&domain.ApiKey{},
&domain.IdentityProviderConfig{},
&domain.ClientSecret{},
&domain.ClientConsent{},
// &domain.RelyingParty{}, // Removed: SSOT is Hydra + Keto
// &domain.UserConsent{}, // TODO: Uncomment when model is ready
)
}