ory / kratos

Next-gen identity server replacing your Auth0, Okta, Firebase with hardened security and PassKeys, SMS, OIDC, Social Sign In, MFA, FIDO, TOTP and OTP, WebAuthn, passwordless and much more. Golang, headless, API-first. Available as a worry-free SaaS with the fairest pricing on the market!

Home Page:https://www.ory.sh/kratos/?utm_source=github&utm_medium=banner&utm_campaign=kratos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hydra sdk version

nsklikas opened this issue · comments

Preflight checklist

Describe the bug

The hydra sdk version defined in go.mod (https://github.com/ory/kratos/blob/master/go.mod#L76) points to a commit (ory/hydra-client-go@1c7b57df3bb0) that is not under the master branch. This was introduced by #3729.

This commit seems to include a lot of changes, like disallowing extra parameters in the hydra response, that are not part of the master branch. I assume that the change was not intentional, so I would suggest to change it to install v2.2.0 of the hydra sdk.

I can open a PR to fix it, if you want.

Version

v1.1.0

@hperl is there any plan in addressing this?

would you accept contributions to fix the problem?