We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is there a way to use this bundle with Google JavaScript API? https://developers.google.com/identity/gsi/web/reference/js-reference
<script src="https://accounts.google.com/gsi/client" async defer></script> <div id="g_id_onload" data-client_id="my-id-is-here" data-context="signin" data-login_uri="https://my-domain-is-here.com/login/check-google" data-nonce="" data-close_on_tap_outside="true" data-itp_support="true"> </div>
what url should I put here : data-login_uri="https://my-domain.com/login/check-google"
google return to my site via POST method, but this bundle allow only GET
The text was updated successfully, but these errors were encountered:
No branches or pull requests
is there a way to use this bundle with Google JavaScript API?
https://developers.google.com/identity/gsi/web/reference/js-reference
what url should I put here : data-login_uri="https://my-domain.com/login/check-google"
google return to my site via POST method, but this bundle allow only GET
The text was updated successfully, but these errors were encountered: