Skip to content

Releases: doorkeeper-gem/doorkeeper-openid_connect

v1.8.9

07 May 09:36
ab28ba3
Compare
Choose a tag to compare
  • Support Doorkeeper 5.7

v1.8.8

26 Feb 08:11
061196f
Compare
Choose a tag to compare
  • [#201] Add back typ=JWT to header

v1.8.7

18 May 07:04
5987683
Compare
Choose a tag to compare
  • [#198] Fully qualify JWT::JWK::Thumbprint constant with :: (thanks to @stanhu)

v1.8.6

12 May 06:30
d79aef8
Compare
Choose a tag to compare
  • [#194] Default to RFC 7638 kid fingerprint generation (thanks to @stanhu).

v1.8.5

17 Apr 06:40
01903c8
Compare
Choose a tag to compare
  • [#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

01 Feb 08:07
c71a41c
Compare
Choose a tag to compare
  • [#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

02 Dec 07:13
e5de08e
Compare
Choose a tag to compare
  • [#180] Add PKCE support to OpenID discovery endpoint.

v1.8.2

13 Jul 08:37
69828cb
Compare
Choose a tag to compare
  • [#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

09 Feb 11:13
be3b943
Compare
Choose a tag to compare
  • [#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

11 May 08:11
v1.8.0
0f5220d
Compare
Choose a tag to compare

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)