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 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.", "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": { "dom": "iframe[src*='accounts.google.com/o/oauth2'], a[href*='accounts.google.com/o/oauth2']",
"button": { "meta": {
"text": "(Sign|Log) in with Google" "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", "icon": "Google.svg",
"scripts": [ "scripts": "accounts\\.google\\.com/gsi/client",
"apis\\.google\\.com/js/platform\\.js",
"accounts\\.google\\.com/gsi/client"
],
"website": "https://developers.google.com/identity/sign-in/web" "website": "https://developers.google.com/identity/sign-in/web"
}, },
"Google Sites": { "Google Sites": {

Loading…
Cancel
Save