forked from baron/baron-sso
클라이언트 시크릿 DB 모델 정의 및 초기 인프라 설정
This commit is contained in:
@@ -36,6 +36,7 @@ func migrateSchemas(db *gorm.DB) error {
|
||||
&domain.User{},
|
||||
&domain.ApiKey{},
|
||||
&domain.IdentityProviderConfig{},
|
||||
&domain.ClientSecret{},
|
||||
&domain.RelyingParty{},
|
||||
// &domain.UserConsent{}, // TODO: Uncomment when model is ready
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user