Using Google OAuth2 with Flask

后端 未结 9 2089
粉色の甜心
粉色の甜心 2020-12-07 07:44

Can anyone point me to a complete example for authenticating with Google accounts using OAuth2 and Flask, and not on App Engine?

I am trying to have users g

9条回答
  •  温柔的废话
    2020-12-07 08:04

    Not specifically for google -- https://github.com/lepture/flask-oauthlib and it has an example for how to implement the client and server at https://github.com/lepture/example-oauth2-server

提交回复
热议问题