Skip to content

Commit b155ff3

Browse files
authored
Merge pull request #292 from ory/master
[pull] master from ory:master
2 parents 3ee6ff4 + 1520260 commit b155ff3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+636
-435
lines changed

.schema/config.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@
874874
},
875875
"access_token": {
876876
"type": "string",
877-
"description": "Defines access token type. jwt is a bad idea, see https://www.ory.sh/docs/hydra/advanced#json-web-tokens",
877+
"description": "Defines access token type. jwt is a bad idea, see https://www.ory.sh/docs/oauth2-oidc/jwt-access-token",
878878
"enum": ["opaque", "jwt"],
879879
"default": "opaque"
880880
},

0 commit comments

Comments
 (0)