Skip to content

Commit 5aa75c1

Browse files
Update aspnetcore/security/authentication/social/google-logins.md
Co-authored-by: Wade Pickett <[email protected]>
1 parent c080f24 commit 5aa75c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/security/authentication/social/google-logins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ You can manage your API credentials and usage in the [API Console](https://conso
6666
* Create a controller and action that takes one argument `string credential`, which is returned by Google upon completing the login process.
6767
* Verify the `credential` using the following line of code:
6868
`GoogleJsonWebSignature.Payload payload = await GoogleJsonWebSignature.ValidateAsync(credential);`
69-
* Here you get all information about login user you can store it in database.
69+
* This will retrieve the available information about the logged-in user, which could then be stored in a database.
7070
7171
[Complete Simple working app](https://github.com/dotnet/AspNetCore.Docs.Samples/tree/main/security/authorization/social/GoogleAuthExample)
7272

0 commit comments

Comments
 (0)