Closed nov closed 2 years ago
Hi @nbulaj,
Could you please review this pull request? I believe you're the best person since you are the maintainer of both doorkeeper & doorkeeper-openid_connect gem.
thanks!
Thank you for your merge. Do you have any plan to release new version with these changes?
Released as 1.8.2 @nov https://github.com/doorkeeper-gem/doorkeeper-openid_connect/releases/tag/v1.8.2
thanks!
Since this gem is hard-coding
Doorkeeper::AccessGrant
in some places, it prevents using custom doorkeeper model. So this pull request replaces it withDoorkeeper.config.access_grant_model
with doorkeeper gem version check.