exop-group / doorkeeper-device_authorization_grant

OAuth 2.0 Device Authorization Grant extension for Doorkeeper
https://rubygems.org/gems/doorkeeper-device_authorization_grant
MIT License
30 stars 9 forks source link

Broken with Doorkeeper 5.6.5 #10

Closed dbussink closed 1 year ago

dbussink commented 1 year ago

Doorkeeper 5.6.5 includes https://github.com/doorkeeper-gem/doorkeeper/pull/1602 which breaks this gem since the signature of find_or_create_access_token is changed for the custom attributes as discussed in that PR.

I guess Doorkeeper didn't consider this internal change to need a new version, so it looks like this gem might be using internals of Doorkeeper that it shouldn't? Is there a good way to fix this?

irminsul commented 1 year ago

Thanks for reporting this, I'll have a look!

irminsul commented 1 year ago

Fixed with v1.0.2