You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.
We are using a really old version of Hydra (1.3.2) and the latest was just released today (1.8.5).
Several security vulnerabilities have been addressed since 1.3.2:
1.4.0: potential replay of private_key_jwt JWTs when performing client authorization (BREAKING CHANGE: This patch requires a new SQL Table which needs to be created using hydra migrate sql. No other breaking changes have been introduced by this patch.)
We are using a really old version of Hydra (
1.3.2
) and the latest was just released today (1.8.5
).Several security vulnerabilities have been addressed since 1.3.2:
private_key_jwt
JWTs when performing client authorization (BREAKING CHANGE: This patch requires a new SQL Table which needs to be created usinghydra migrate sql
. No other breaking changes have been introduced by this patch.)Other changes of note:
hydra migrate sql
before applying this release.The text was updated successfully, but these errors were encountered: