Join Slack
Powered by
Hi this might be dumb, but I have gone through the...
# talk-hydra
b
bitter-cricket-31145
05/24/2022, 2:33 PM
Hi this might be dumb, but I have gone through the [Changelog](
https://github.com/ory/hydra/blob/master/CHANGELOG.md
), [Upgrade Doc](
https://github.com/ory/hydra/blob/master/UPGRADE.md
) as well as the documentation for consent flow but I am not able to pin-point why or where the change was made between v1.8.5 and v1.11 where after following the redirect URL, it seems hydra now sends a
POST
request to the
redirect_url
with the
code
in request body instead of as a
GET
request with
code
in the query parameters.
bitter-cricket-31145
05/25/2022, 6:26 AM
Found the issue, it seems there was support for other `response_mode`’s added as part of v1.9.0 release. This should have been considered as a breaking change.
👍 1
3
Views
Open in Slack
Previous
Next