doorkeeper-gem / doorkeeper-openid_connect

OpenID Connect extension for Doorkeeper
MIT License
173 stars 114 forks source link

Broken with Doorkeeper v5.6.3 #184

Closed renato-zannon closed 1 year ago

renato-zannon commented 1 year ago

Doorkeeper v5.6.3 has removed the active_record_options config option, but it is still used by this gem: https://github.com/doorkeeper-gem/doorkeeper-openid_connect/blob/67f631369daf9bb1371182388964908152df9683/lib/doorkeeper/openid_connect/orm/active_record.rb#L21

This causes this exception during application boot:

NoMethodError: undefined method `active_record_options' for #<Doorkeeper::Config:0x00007f1ac2f91940 ...(snip)>