cloudendpoints / endpoints-python

A Python framework for building RESTful APIs on Google App Engine
Apache License 2.0
51 stars 17 forks source link

Update local oauth path to use v3 tokeninfo api #159

Closed inklesspen closed 6 years ago

inklesspen commented 6 years ago

When running in the devappserver, we have to verify oauth tokens using Google's tokeninfo api. This brings the codebase up to date with v3 of the API.

Fixes #157.