ory-am/hydra

View on GitHub
persistence/sql/migrations/20220328111500000000_support_any_subject_trusts.up.sql

Summary

Maintainability
Test Coverage
ALTER TABLE hydra_oauth2_trusted_jwt_bearer_issuer
    ADD COLUMN allow_any_subject BOOL NOT NULL DEFAULT FALSE;