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

Add CLI tool to generate 3LO credentials #152

Closed
proppy opened this issue Apr 12, 2017 · 4 comments
Closed

Add CLI tool to generate 3LO credentials #152

proppy opened this issue Apr 12, 2017 · 4 comments
Assignees
Labels
discussion 🚨 This issue needs some love. triage me I really want to be triaged.

Comments

@proppy
Copy link

proppy commented Apr 12, 2017

I hacked together the following helper around the new flow feature to generate credentials for various python samples:
https://gist.github.com/proppy/b1e0719f13e3f477a2e0999d72e6cde5

Do you think that would be useful as part of this repo and distributed thru pip?

That way samples could easily point to the tool in their README, instead of cluttering the code with a custom authorization logic.

@theacodes
Copy link
Contributor

@vchudnov-g I think this overlaps well with the work you're doing. Thoughts?

@vchudnov-g
Copy link

This does overlap quite a bit. I suggest we hold off on submitting this for two reasons:

  • there's a similar standalone tool out already (admittedly, in Go) and I'd like to reduce the proliferation of tools around auth

  • this is functionality that I'm trying to design sensibly and coherently across languages. Contact me internally for details.

@theacodes
Copy link
Contributor

The oauthlib integration for this library is now a separate package (https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib). I'm happy to coordinate iterating this helper over there where there's less pressure to go 1.0.0.

proppy added a commit to proppy/google-auth-library-python-oauthlib that referenced this issue May 2, 2017
Commandline tool to generate credentials using 3LO oauth2 flow.

See:
googleapis/google-auth-library-python#152
theacodes pushed a commit to googleapis/google-auth-library-python-oauthlib that referenced this issue May 11, 2017
* add google-oauthlib-tool

Commandline tool to generate credentials using 3LO oauth2 flow.

See:
googleapis/google-auth-library-python#152
@proppy
Copy link
Author

proppy commented May 18, 2017

This now part of google-auth-oauthlib.

@proppy proppy closed this as completed May 18, 2017
@yoshi-automation yoshi-automation added triage me I really want to be triaged. 🚨 This issue needs some love. labels Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion 🚨 This issue needs some love. triage me I really want to be triaged.
Projects
None yet
Development

No branches or pull requests

4 participants