Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes "wrong number of argument" when using doorkeeper 3.1.0 #17

Closed
wants to merge 2 commits into from

Conversation

diegoy
Copy link

@diegoy diegoy commented Jan 14, 2016

This commit has refactored the Doorkeeper authorization request and exchanged a call for the build to new.

That change made impossible to call Assertion request authorizer.

@resource_owner = resource_owner
@server = server
def initialize(server)
@credentials, @resource_owner, @server = server.credentials, server.resource_owner_from_assertion, server

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line is too long. [113/80]
Do not use parallel assignment.

@matfiz
Copy link
Collaborator

matfiz commented Jan 21, 2016

@diegoy Can you please change also in the doorkeeper-grants_assertion.gemspec the required version of doorkeeper to >= 3.1?

@matfiz matfiz mentioned this pull request Jan 21, 2016
@tute
Copy link
Contributor

tute commented Jan 21, 2016

Fixed with #18. Thank you!

@tute tute closed this Jan 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants