File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
aspnetcore/security/authentication/social Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments