We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b52f422 commit e1117bfCopy full SHA for e1117bf
docs/hydra/guides/graceful-token-refresh.mdx
@@ -21,7 +21,7 @@ To enable graceful refresh token rotation with a specific grace period, for exam
21
22
```shell
23
ory patch oauth2-config --project <project-id> --workspace <workspace-id> \
24
- --replace "/oauth2/grant/refresh_token/rotation_grace_period=60s"
+ --replace '/oauth2/grant/refresh_token/rotation_grace_period="60s"'
25
```
26
27
In this command:
0 commit comments