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

Improve documentation around ID Tokens #224

Merged

Conversation

ajaska
Copy link
Contributor

@ajaska ajaska commented Nov 29, 2017

Includes a section on how to do caching, as part of #218 .

I've never used Sphinx for documentation before, and suggestions on clearer/more precise wording are always appreciated

Copy link
Contributor

@theacodes theacodes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostly LGTM and thanks for doing this!

"""Google ID Token helpers."""
"""Google ID Token helpers.

Provides support for verifying OAuth 2.0 ID Tokens, especially ones generated

This comment was marked as spam.

This comment was marked as spam.

from google.auth.transport import requests

request = requests.Request()
try:

This comment was marked as spam.


request = requests.Request()
try:
id_info = id_token.verify_oauth2_token(token, request, CLIENT_ID)

This comment was marked as spam.


from google.auth.transport import requests

sess = session()

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

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

Successfully merging this pull request may close these issues.

None yet

2 participants