如何在 Python Flask 网站上创建 google 登录弹出窗口
how to create a google sign in popup on the Python Flask website
我想创建一个类似于 https://www.reddit.com/ 的 google 登录弹出窗口。在此页面的右侧,您可以看到“使用 Google 登录 Reddit”,我希望在我的网站上有类似的内容。
请参阅 documentation 使用 Google
登录
如果您想让用户能够通过其他提供商登录,例如Apple、Twitter 等,那么您应该从 Google 查看 Firebase。可以在 here
中找到他们的登录文档
我想创建一个类似于 https://www.reddit.com/ 的 google 登录弹出窗口。在此页面的右侧,您可以看到“使用 Google 登录 Reddit”,我希望在我的网站上有类似的内容。
请参阅 documentation 使用 Google
登录如果您想让用户能够通过其他提供商登录,例如Apple、Twitter 等,那么您应该从 Google 查看 Firebase。可以在 here
中找到他们的登录文档