mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-08 03:22:48 +00:00
feat: permit all features to every instance and organisation (#3566)
This commit is contained in:
@@ -25,7 +25,6 @@ type authZRepo interface {
|
||||
SearchMyMemberships(ctx context.Context) ([]*Membership, error)
|
||||
ProjectIDAndOriginsByClientID(ctx context.Context, clientID string) (projectID string, origins []string, err error)
|
||||
ExistsOrg(ctx context.Context, orgID string) error
|
||||
CheckOrgFeatures(ctx context.Context, orgID string, requiredFeatures ...string) error
|
||||
}
|
||||
|
||||
func Start(authZRepo authZRepo) (v *TokenVerifier) {
|
||||
|
||||
Reference in New Issue
Block a user