Skip to content

Commit

Permalink
Update updating-claims-at-refresh.mdx
Browse files Browse the repository at this point in the history
fix: remove trailing space
  • Loading branch information
sgal authored Mar 15, 2023
1 parent 1e6948c commit f844010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hydra/guides/updating-claims-at-refresh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem'
```

Ory OAuth2 and OpenID Connect comes with a mechanism that allows updating `id_token` and `access_token` when a registered client
Ory OAuth2 and OpenID Connect comes with a mechanism that allows updating `id_token` and `access_token` when a registered client
sends a token request. The flow is realized by calling the defined token hook endpoint which returns updated data.

If the data provided by the webhook is different from the data the client sends, the webhook overwrites the session data with a
Expand Down

0 comments on commit f844010

Please sign in to comment.