Skip to content

Releases: ory/fosite

v0.30.0

16 Sep 20:18
Compare
Choose a tag to compare
handler/pkce: Enable PKCE for private clients (#382)

v0.29.8

29 Aug 10:03
Compare
Choose a tag to compare
handler/revoke: respecting ErrInvalidRequest code (#380)

This commit modifies the case for ErrInvalidRequest in
WriteRevocationResponse to respect the 400 error code
and not fallthrough to ErrInvalidClient.

Author:    DefinitelyNotAGoat <[email protected]>

v0.29.7

06 Aug 09:24
7219387
Compare
Choose a tag to compare
pkce: Return error when PKCE is used with private clients (#375)

v0.29.6: openid: Allow promp=none for https/localhost (#359)

26 Apr 09:13
27bbe00
Compare
Choose a tag to compare

v0.29.5: core: Add debug log to invalid_client error(#358)

26 Apr 09:12
Compare
Choose a tag to compare

v0.29.4: core: Add debug log to invalid_client error(#358)

25 Apr 09:50
Compare
Choose a tag to compare

0.29.3

17 Apr 14:47
Compare
Choose a tag to compare
Export IsLocalhost

Signed-off-by: aeneasr <[email protected]>

0.29.2

11 Apr 18:02
3d16e39
Compare
Choose a tag to compare
Allow providing a custom redirect URI checker (#355)

Signed-off-by: aeneasr <[email protected]>

0.29.1

27 Mar 10:28
f21d930
Compare
Choose a tag to compare
token: Improve rotated secret error reporting in HMAC strategy (#354)

Signed-off-by: aeneasr <[email protected]>

0.29.0

23 Dec 19:20
Compare
Choose a tag to compare

This release adds the ability to handle transactions in various flows.