Skip to content

Releases: ory/fosite

v0.42.0

Choose a tag to compare

@aeneasr aeneasr released this 11 Jan 16:08

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

Choose a tag to compare

@aeneasr aeneasr released this 07 Dec 08:00
autogen(docs): regenerate and update changelog

v0.40.2

Choose a tag to compare

@aeneasr aeneasr released this 28 May 07:22
c370994
feat: use int64 type for claims with timestamps (#600)

Co-authored-by: Nestor <nesterran@gmail.com>

v0.40.1

Choose a tag to compare

@aeneasr aeneasr released this 23 May 13:58
e609d91
fix: revert float64 auth_time claim (#599)

Closes #598

v0.40.0

Choose a tag to compare

@aeneasr aeneasr released this 21 May 18:38
d022bbc
feat: transit from jwt-go to go-jose (#593)

Closes #514

Co-authored-by: hackerman <3372410+aeneasr@users.noreply.github.com>

v0.39.0

Choose a tag to compare

@aeneasr aeneasr released this 08 Mar 11:42
db7f981
feat: token reuse detection (#567)

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

v0.38.0

Choose a tag to compare

@aeneasr aeneasr released this 23 Feb 19:09
ec0bec2
feat: add ClientAuthenticationStrategy extension point (#565)

Closes #564

v0.37.0

Choose a tag to compare

@aeneasr aeneasr released this 05 Feb 16:35
9720241
feat: add support for urn:ietf:params:oauth:grant-type:jwt-bearer gra…

v0.36.1

Choose a tag to compare

@aeneasr aeneasr released this 11 Jan 13:55
c2375de
chore: bump deps

v0.36.0

Choose a tag to compare

@aeneasr aeneasr released this 16 Nov 13:19
fix: be more permissive in time checks

Time equality should not cause failures in OpenID Connect validation.