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

About other grant types #64

Open
kuraga opened this issue Aug 27, 2014 · 5 comments
Open

About other grant types #64

kuraga opened this issue Aug 27, 2014 · 5 comments

Comments

@kuraga
Copy link

kuraga commented Aug 27, 2014

Good day! Thanks for this work!

This gem provides code Authorization Grant. What about other grants: implicit, password?

Some plans? Are patches welcome?

@isaacsanders
Copy link
Contributor

Patches are welcome. I have been slacking lately. This is back on my radar.

All submissions welcome!

@Dantemss
Copy link

Dantemss commented Oct 7, 2014

If anyone does implement the implicit flow, please keep this in mind:

http://technotes.iangreenleaf.com/posts/closing-a-nasty-security-hole-in-oauth.html

Automatically checking the client_id for the received token would be great.

@kuraga
Copy link
Author

kuraga commented May 15, 2015

Found in my trash 😄
https://gist.github.com/kuraga/ecd703ffef2af0ebb96b

@Yanchek99
Copy link

+1 for password type

@mltsy
Copy link

mltsy commented Dec 16, 2016

The password flow can be implemented fairly easily as another strategy that inherits from this strategy by just overriding the request_phase method to display a form that gathers the username and password and submits to the callback url

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

5 participants