Skip to content

Releases: ory/fosite

0.16.3

07 Feb 09:45
f345ec1
Compare
Choose a tag to compare
introspection: Adds missing http header to response writer (#247)

The introspection response writer was missing `application/json`
in header `Content-Type`. This patch fixes that.

Closes #209

0.16.2

25 Jan 11:44
Compare
Choose a tag to compare
introspection: Decodes of Basic Authorization username/password (#245)

Signed-off-by: Dmitry Dolbik <[email protected]>

0.16.1

23 Dec 21:02
1ef3041
Compare
Choose a tag to compare
v0.16.1

compose: Makes SendDebugMessages first class citizen (#243)

0.16.0

23 Dec 14:56
7216c4f
Compare
Choose a tag to compare
v0.16.0

Adds ability to forward hints and debug messages to clients (#242)

0.15.6

21 Dec 15:42
Compare
Choose a tag to compare
v0.15.6

handler/oauth2: Adds offline_access alias for refresh flow

0.15.5

17 Dec 20:37
Compare
Choose a tag to compare
v0.15.5

Returns the correct error on duplicate auth code use

0.15.4

17 Dec 20:20
Compare
Choose a tag to compare
v0.15.4

Improves http error codes

0.15.3

17 Dec 17:57
Compare
Choose a tag to compare
v0.15.3

Resolves overriding auth_time with wrong value

0.15.2

10 Dec 21:05
Compare
Choose a tag to compare
Adds ability to catch non-conform OIDC authorizations

Fosite is now capable of detecting authorization flows that
are not conformant with the OpenID Connect spec.

0.15.1

10 Dec 15:38
Compare
Choose a tag to compare
v0.15.1

token/jwt: Adds ability to specify acr value natively in id token pay…