Skip to content

Releases: ory/fosite

v0.8.0

18 May 15:39
Compare
Choose a tag to compare

v0.7.0

03 May 13:49
Compare
Choose a tag to compare

v0.6.19

03 May 13:29
Compare
Choose a tag to compare
v0.6.19 Pre-release
Pre-release
access: revert regression issue introduced by #150

0.6.18

14 Apr 08:46
Compare
Choose a tag to compare
0.6.18 Pre-release
Pre-release
v0.6.18

oauth2: basic auth should www-url-decode client id and secret - close…

0.6.17

24 Feb 09:31
Compare
Choose a tag to compare
0.6.17 Pre-release
Pre-release
v0.6.17

readme: update badges to ory

0.6.15

11 Feb 11:19
Compare
Choose a tag to compare
0.6.15 Pre-release
Pre-release
v0.6.15

errors: fixed typo in acccess_error

0.6.14

08 Jan 20:30
Compare
Choose a tag to compare
0.6.14 Pre-release
Pre-release
allow public clients to revoke tokens with just an ID

This functionality is described in the OAuth2 spec here: https://tools.ietf.org/html/rfc7009#section-5

0.6.13

08 Jan 12:51
Compare
Choose a tag to compare
0.6.13 Pre-release
Pre-release
request: fix SetRequestedScopes (#139)

Signed-off-by: Peter Schultz <[email protected]>

0.6.12

02 Jan 14:40
Compare
Choose a tag to compare
0.6.12 Pre-release
Pre-release
v0.6.12

authorize: allow custom redirect url schemas

0.6.11

02 Jan 12:09
Compare
Choose a tag to compare
0.6.11 Pre-release
Pre-release
v0.6.11

openid: c_hash / at_hash should use url-safe base64 encoding