Skip to content

Tags: damz/fosite

Tags

v0.16.5

Toggle v0.16.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
introspection: Improves debug messages (ory#254)

v0.16.4

Toggle v0.16.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
handler: Adds PKCE implementation for none and S256 (ory#246)

This patch adds support for PKCE (https://tools.ietf.org/html/rfc7636) which is used by native apps (mobile) and prevents eavesdropping attacks against authorization codes.

PKCE is enabled by default but not enforced. Challenge method plain is disabled by default. Both settings can be changed using `compose.Config.EnforcePKCE` and `compose.config.EnablePKCEPlainChallengeMethod`.

Closes ory#213

v0.16.3

Toggle v0.16.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
introspection: Adds missing http header to response writer (ory#247)

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

Closes ory#209

v0.16.2

Toggle v0.16.2's commit message
introspection: Decodes of Basic Authorization username/password (ory#245

)

Signed-off-by: Dmitry Dolbik <dolbik@gmail.com>

v0.16.1

Toggle v0.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
compose: Makes SendDebugMessages first class citizen (ory#243)

v0.16.0

Toggle v0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adds ability to forward hints and debug messages to clients (ory#242)

v0.15.6

Toggle v0.15.6's commit message
handler/oauth2: Adds offline_access alias for refresh flow

v0.15.5

Toggle v0.15.5's commit message
Returns the correct error on duplicate auth code use

v0.15.4

Toggle v0.15.4's commit message
Improves http error codes

v0.15.3

Toggle v0.15.3's commit message
Resolves overriding auth_time with wrong value