Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GoogleCloudPlatform/python-docs-samples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: tomboc/python-docs-samples
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 1, 2019

  1. Add a list of allowed_client_ids to EchoApi.get_user_email.

    The use of an OAuth token issued by accounts.google.com triggers
    a special path in Endpoints Framework, which validates if the
    client id ('azp' claim of JWT token) is included in allowed_client_ids
    list supplied to @endpoints.method decorator.
    
    Without the change, sample client described at [1] receives 401
    Unauthorized errors when attempting to access the API.
    
    [1] https://cloud.google.com/endpoints/docs/frameworks/python/javascript-client
    tomboc committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    f963352 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Configuration menu
    Copy the full SHA
    6cf265d View commit details
    Browse the repository at this point in the history
Loading