我在我的网站中插入了“Google One Tap”,然后 Google 使用 POST 方法返回了“凭据”和“g_csrf_token”。现在我想知道,我如何从 PHP 中的“凭据”中获取电子邮件地址?
Codeigniter 4 是否有任何 PHP 库或任何模块?
我在前端只有这个:
<script src="https://accounts.google.com/gsi/client" async defer></script>
<div id="g_id_onload" data-client_id="000.apps.googleusercontent.com" data-login_uri="https://myweb.com/google"></div>
在后端文件“myurl/google”中
print_r($_POST);
谢谢