使用Python OAuth 2对用户进行身份验证

时间:2017-08-22 18:06:16

标签: python authentication oauth-2.0 google-oauth oauth2client

Authenticate Users

我正在使用谷歌书架教程。我完成了那里所写的内容。但是我无法在本地服务器上运行该应用程序。

我尝试在GOOGLE_APPLICATION_CREDENTIALS中添加config.py但没有帮助。有人可以帮我理解这个过程。

当我在Chrome上打开http://localhost:8080/books/时,我收到了以下错误。

google.auth.exceptions.DefaultCredentialsError
DefaultCredentialsError: Could not automatically determine credentials. Please set GOOGLE_APPLICATION_CREDENTIALS or
explicitly create credential and re-run the application. For more
information, please see
https://developers.google.com/accounts/docs/application-default-credentials.

如果我有人向我展示一个简单地使用带有烧瓶和记录的oauth2client的工作示例,那将会很有帮助。

0 个答案:

没有答案