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

Typo in AuthenticationEndpoints.login #17

Closed
johnpash opened this issue Mar 19, 2015 · 1 comment
Closed

Typo in AuthenticationEndpoints.login #17

johnpash opened this issue Mar 19, 2015 · 1 comment

Comments

@johnpash
Copy link

It looks like there is a typo in the AuthenticationEndpoints.login method.

grand_type: "password",

should be:

grant_type: "password",

Also, the spec has the same issue.

I'm able to use the login method with no problems, so maybe "password" is the default grant_type and this param is ignored?

@hzalaz
Copy link
Member

hzalaz commented Apr 15, 2015

Fixed by #22

@hzalaz hzalaz closed this as completed Apr 15, 2015
ntotten pushed a commit that referenced this issue Jan 13, 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

No branches or pull requests

2 participants