Merge pull request #4678 from nurbek91/GoogleSign

Update Google Sign-in / Authentication #4307
main
Elbert Alias 3 years ago committed by GitHub
commit 05034c5649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -935,22 +935,13 @@
69
],
"description": "Google Sign-In is a secure authentication system that reduces the burden of login for users, by enabling them to sign in with their Google account.",
"dom": {
"button": {
"text": "(Sign|Log) in with Google"
}
"dom": "iframe[src*='accounts.google.com/o/oauth2'], a[href*='accounts.google.com/o/oauth2']",
"meta": {
"google-signin-client_id": "",
"google-signin-scope": ""
},
"html": [
"<meta[^>]*google-signin-client_id",
"<meta[^>]*google-signin-scope",
"<iframe[^>]*accounts\\.google\\.com/o/oauth2",
"<a[^>]*accounts\\.google\\.com/o/oauth2"
],
"icon": "Google.svg",
"scripts": [
"apis\\.google\\.com/js/platform\\.js",
"accounts\\.google\\.com/gsi/client"
],
"scripts": "accounts\\.google\\.com/gsi/client",
"website": "https://developers.google.com/identity/sign-in/web"
},
"Google Sites": {

Loading…
Cancel
Save