Releases: doorkeeper-gem/doorkeeper-openid_connect
Releases · doorkeeper-gem/doorkeeper-openid_connect
v1.8.8
- [#201] Add back typ=JWT to header
v1.8.7
- [#198] Fully qualify
JWT::JWK::Thumbprint
constant with :: (thanks to @stanhu)
v1.8.6
- [#194] Default to RFC 7638 kid fingerprint generation (thanks to @stanhu).
v1.8.5
- [#186] Simplify gem configuration reusing Doorkeeper configuration option DSL (thanks to @nbulaj).
- [#182] Drop support for Ruby 2.6 and Rails 5 (thanks to @sato11).
- [#188] Fix dookeeper-jwt compatibility (thanks to @zavan).
v1.8.4
- [#185] Don't call active_record_options for Doorkeeper >= 5.6.3.
- [#183] stop render consent screen when user is not logged-in.
v1.8.3
- [#180] Add PKCE support to OpenID discovery endpoint.
v1.8.2
- [#168] Allow to use custom doorkeeper access grant model (thanks @nov).
- [#170] Controllers inherit
Doorkeeper::AppliactionMetalController
(thanks @sato11).
- [#171] Correctly override
AuthorizationsController
params (thanks to @nbulaj).
v1.8.1
- [#153] Fix ArgumentError caused by client credential validation introduced in Doorkeeper 5.5.1 (thanks to @CircumnavigatingFlatEarther)
- [#161] Fix .well-known/openid-connect issuer (respond to block if provided) (thanks to @fkowal).
- [#152] Expose oauth-authorization-server in routes (thanks to @mitar)
v1.8.0
Upgrading
This gem now requires Doorkeeper 5.5 and Ruby 2.5.
Changes
- [#138] Support form_post response mode (thanks to @linhdangduy)
- [#144] Support block syntax for
issuer
configuration (thanks to @maxxsnake)
- [#145] Register token flows with the strategy instead of the token class (thanks to @paukul)