doorkeeper-gem / doorkeeper-openid_connect

OpenID Connect extension for Doorkeeper
MIT License
175 stars 117 forks source link

fix issuer {} for `.well-known/openid-configuration` using blocks #160

Closed fkowal closed 2 years ago

fkowal commented 3 years ago

144 when using a block to configure the issuer

app/controllers/doorkeeper/openid_connect/discovery_controller.rb returns {}

FYI

I am a total ruby noob, so the following PR will raise a lot of eyebrows

nbulaj commented 2 years ago

161 merged and released, thanks!