Skip to content

Releases: ory/fosite

v0.42.0

11 Jan 16:08
Compare
Choose a tag to compare

What's Changed

  • feat: add new function to TokenRevocationStorage to support refresh token grace-period by @bill-robbins-ss in #635

New Contributors

Full Changelog: v0.41.0...v0.42.0

v0.41.0

07 Dec 08:00
Compare
Choose a tag to compare
autogen(docs): regenerate and update changelog

v0.40.2

28 May 07:22
c370994
Compare
Choose a tag to compare
feat: use int64 type for claims with timestamps (#600)

Co-authored-by: Nestor <[email protected]>

v0.40.1

23 May 13:58
e609d91
Compare
Choose a tag to compare
fix: revert float64 auth_time claim (#599)

Closes #598

v0.40.0

21 May 18:38
d022bbc
Compare
Choose a tag to compare
feat: transit from jwt-go to go-jose (#593)

Closes #514

Co-authored-by: hackerman <[email protected]>

v0.39.0

08 Mar 11:42
db7f981
Compare
Choose a tag to compare
feat: token reuse detection (#567)

See https://github.com/ory/hydra/issues/2022

v0.38.0

23 Feb 19:09
ec0bec2
Compare
Choose a tag to compare
feat: add ClientAuthenticationStrategy extension point (#565)

Closes #564

v0.37.0

05 Feb 16:35
9720241
Compare
Choose a tag to compare
feat: add support for urn:ietf:params:oauth:grant-type:jwt-bearer gra…

v0.36.1

11 Jan 13:55
c2375de
Compare
Choose a tag to compare
chore: bump deps

v0.36.0

16 Nov 13:19
Compare
Choose a tag to compare
fix: be more permissive in time checks

Time equality should not cause failures in OpenID Connect validation.