doorkeeper-gem / doorkeeper-grants_assertion

Assertion grant extension for Doorkeeper. Born from: https://github.com/doorkeeper-gem/doorkeeper/pull/249

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Including doorkeeper-grants_assertion gem causes NoMethodError undefined method `authenticate_admin!'

adammcnamara opened this issue · comments

Including this gem alongside doorkeeper causes: NoMethodError at /oauth/applications undefined method 'authenticate_admin!' for #<Doorkeeper::ApplicationsController:0x007f8051ce0120>

Also seeing this!

also seeing this, any idea how to fix this, I'm trying to trace back and can't see anything meaningful

I downgraded doorkeeper and that didn't work either

Thank you for your time, all.

This project, as you may have noticed, is looking for a maintainer. If anyone is interested please tell me.

thanks man!

and thanks tute

I'm not certain, but this seems (just from a quick compare of uniiverse/doorkeeper-grants_assertion against this) that this was likely fixed with 1b3acee — will try to confirm later

Just tried to access /oauth/applications in a browser with Doorkeeper '4.2.0' and 'master'(94b1e63) branch of this gem. Can't reproduce the issue.

@adammcnamara @gf3 @nathikazad @NuckChorris can this one be closed?

I confirm, have just tried, no error have occurred. It seems to be fixed as @NuckChorris mentioned. I am closing this issue.