0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Google One Tap Sign-inでJavaScript APIではlogin_uriが使用できないという話

Posted at

image.png

Serverに直接POSTされるためには、HTML APIでdata-login_uriを使用しましょう、という話

<script src="https://accounts.google.com/gsi/client" async defer></script>
<div id='g_id_onload'
     data-client_id="YOUR_CLIENT_ID.apps.googleusercontent.com"
     data-login_uri="https://example.com/callback.php" ></div>
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?