Skip to content

Releases: ory/fosite

v0.20.3

07 Jun 11:00
Compare
Choose a tag to compare
Allows multipart content type as alternative to x-www-form-urlencoded…

v0.20.2

29 May 11:52
93618d6
Compare
Choose a tag to compare
openid: Merge duplicate aud claim values (#283)

v0.20.1

29 May 11:00
57b1471
Compare
Choose a tag to compare
Uses query instead of fragment when handling unsupported response typ…

v0.20.0: oauth2: Resolves several issues related to revokation (#281)

28 May 19:28
72bff7f
Compare
Choose a tag to compare
This patch resolves several issues related to token revokation as well as duplicate authorize code usage:

* oauth2: Revoking access or refresh tokens should revoke past and future tokens too
* oauth2: Revoke access and refresh tokens when authorize code is used twice

Additionally, this patch resolves an issue where refreshing a token would not revoke previous tokens.

Closes #278
Closes #280

v0.19.8

24 May 19:19
608bf5f
Compare
Choose a tag to compare
authorize: Fixes implicit detection in error writer (#277)

v0.19.7: openid: Use claims.RequestedAt for a reference of "now" (#276)

24 May 12:17
91e7a4c
Compare
Choose a tag to compare
Previously, time.Now() was used to get a reference of "now". However, this caused short max_age values to fail if, for example, the consent screen took a long time. This patch now uses the "requested_at" claim value to determine a sense of "now" which should resolve the mentioned issue.

v0.19.6

24 May 10:29
Compare
Choose a tag to compare
openid: Issue ID Token on implicit code flow as well

v0.19.5

23 May 20:32
Compare
Choose a tag to compare
jwt: Add JTI to counter missing nonce

v0.19.4

20 May 13:05
0f18305
Compare
Choose a tag to compare
core: Checks scopes before dispatching handlers (#272)

v0.19.3

20 May 12:49
aaec994
Compare
Choose a tag to compare
openid: Resolves timing issues in JWT strategy (#271)