Skip to content

Commit

Permalink
feat: add ability to allow token refresh from hook without overriding…
Browse files Browse the repository at this point in the history
… the session claims (#863)
  • Loading branch information
zachabney authored and tomekpapiernik committed Oct 12, 2022
1 parent 69f91e8 commit cf31ae5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/hydra/guides/updating-claims-at-refresh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ To update the data, the webhook must return a `200 OK` response and the updated
}
```

Alternatively, you can choose not to update the session data by returning a `204 No Content` response.

:::note

The token subject is never overridden.
Expand Down

0 comments on commit cf31ae5

Please sign in to comment.