-
-
Notifications
You must be signed in to change notification settings - Fork 304
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
Comments
Patches are welcome. I have been slacking lately. This is back on my radar. All submissions welcome! |
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. |
Found in my trash 😄 |
+1 for password type |
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 |
Good day! Thanks for this work!
This gem provides
code
Authorization Grant. What about other grants:implicit
,password
?Some plans? Are patches welcome?
The text was updated successfully, but these errors were encountered: