Skip to content

Tags: crownych/fosite

Tags

fork-start

Toggle fork-start's commit message
Fork ory/fosite to 104corp

v0.24.0

Toggle v0.24.0's commit message
Propagate context in jwt strategies (ory#308)

Closes ory#307

Signed-off-by: Prateek Malhotra <[email protected]>

v0.23.0

Toggle v0.23.0's commit message
Add breaking change to the Hasher interface to the change log

Signed-off-by: Amir Aslaminejad <[email protected]>

v0.22.0

Toggle v0.22.0's commit message
jwt: update JWTStrategy to take in context (ory#302)

Signed-off-by: Amir Aslaminejad <[email protected]>

v0.21.5

Toggle v0.21.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
openid: Allow JWT from id_token_hint to be expired (ory#299)

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

v0.21.4

Toggle v0.21.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
token/hmac: Add ability to rotate HMAC keys (ory#298)

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

v0.21.3

Toggle v0.21.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
compose: Pass ID Token configuration to strategy (ory#297)

Resolves an issue where expiry and issuer where not properly configurable in the strategy.

See ory/hydra#985

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

v0.21.2

Toggle v0.21.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
openid: Validate id_token_hint only via ID claims (ory#296)

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

v0.21.1

Toggle v0.21.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve token_endpoint_auth_method error message (ory#294)

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

v0.21.0

Toggle v0.21.0's commit message
Makes error messages easier to debug for end-users