gpt4 book ai didi

google-chrome - 如何在我的网站中从 Google 启用此凭据选择器?

转载 作者:行者123 更新时间:2023-12-03 15:48:23 25 4
gpt4 key购买 nike

我想集成一个自动登录弹出窗口,如 https://www.lequipe.fr 中显示的那样。

它会在浏览器中检测您的 session 并询问您是否要使用您的 Google 帐户加入。

我怎样才能在我的网站上实现这一点? (我已经有 Google 登录) - 正在使用 GAPI API?

谢谢

最佳答案

它是 Google One-tap sign-up ,它可以使用他们的 API 进行集成,请关注 this guide在您的网站中设置 Google One Tap。

在 Google 控制台中添加 Oauth2 ClientID 后。你只需要使用类似的东西:

<!DOCTYPE html>
<html>
<head>
<script src="https://accounts.google.com/gsi/client" async defer></script>
</head>
<body>
<div id="g_id_onload"
data-client_id="XXXXXXXXXXXX-bk2lj5rs6l4c6g23nmtsfdh66qhfu921.apps.googleusercontent.com"
data-login_uri="https://localhost:3000/login"
>
</div>
</body>
</html>

你会得到:

enter image description here

关于google-chrome - 如何在我的网站中从 Google 启用此凭据选择器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62265598/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com