Releases: ory/fosite
Releases · ory/fosite
v0.25.0: Fix broken go modules tests (#311)
Signed-off-by: arekkas <[email protected]>
v0.24.0: Propagate context in jwt strategies (#308)
Closes #307 Signed-off-by: Prateek Malhotra <[email protected]>
v0.23.0: Add breaking change to the Hasher interface to the change log
Signed-off-by: Amir Aslaminejad <[email protected]>
v0.22.0: jwt: update JWTStrategy to take in context (#302)
Signed-off-by: Amir Aslaminejad <[email protected]>
v0.21.5: openid: Allow JWT from id_token_hint to be expired (#299)
Signed-off-by: arekkas <[email protected]>
v0.21.4: token/hmac: Add ability to rotate HMAC keys (#298)
Signed-off-by: arekkas <[email protected]>
0.21.3
compose: Pass ID Token configuration to strategy (#297) Resolves an issue where expiry and issuer where not properly configurable in the strategy. See https://github.com/ory/hydra/issues/985 Signed-off-by: arekkas <[email protected]>
v0.21.2: openid: Validate id_token_hint only via ID claims (#296)
Signed-off-by: arekkas <[email protected]>
v0.21.1: Improve token_endpoint_auth_method error message (#294)
Signed-off-by: arekkas <[email protected]>
0.21.0
Upgrade instructions can be found in HISTORY.md.