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

Support OAuth 2.0 Resource Owner Password Credentials Grant Type #7086

Closed
grokify opened this issue Nov 14, 2018 · 0 comments
Closed

Support OAuth 2.0 Resource Owner Password Credentials Grant Type #7086

grokify opened this issue Nov 14, 2018 · 0 comments
Labels
good first issue This is an issue suited for newcomers to become aquianted with working on the codebase. kind:feature topic:stdlib:networking

Comments

@grokify
Copy link

grokify commented Nov 14, 2018

Please include support for the OAuth 2.0 Resource Owner Password Credentials grant type in the OAuth2::Client class. The class currently includes support for Authorization Code and Client Credentials grant types, but not Resource Owner Password Credentials.

The Resource Owner Password Credentials grant type is defined in the OAuth 2.0 standard IETF RFC 6749 Section 1.3.3:

https://tools.ietf.org/html/rfc6749#section-1.3.3

This is supported in other OAuth 2.0 libs including:

Ruby oauth2 gem:

https://github.com/oauth-xx/oauth2/blob/master/lib/oauth2/client.rb#L165-L170

Go oauth2 package:

https://godoc.org/golang.org/x/oauth2#Config.PasswordCredentialsToken

@straight-shoota straight-shoota added kind:feature topic:stdlib good first issue This is an issue suited for newcomers to become aquianted with working on the codebase. topic:stdlib:networking and removed topic:stdlib labels Feb 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue This is an issue suited for newcomers to become aquianted with working on the codebase. kind:feature topic:stdlib:networking
Projects
None yet
Development

No branches or pull requests

2 participants