You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/security/authentication/social/google-logins.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ You can manage your API credentials and usage in the [API Console](https://conso
64
64
* Then go to [google developer button genration ](https://developers.google.com/identity/gsi/web/tools/configurator)
65
65
* Setup your Controller to match with ` data-login_uri="{HostName}/{ControllerName}/{actionName}" ` attrbute because after success login it will forward you to that link.
66
66
* Create a controller and action that takes one argument `string credential`, which is returned by Google upon completing the login process.
67
-
* Verify `credential` by using this line of code
67
+
* Verify the `credential` using the following line of code:
0 commit comments