Skip to content

Commit e7b99eb

Browse files
Update google-logins.md
1 parent bfaf54d commit e7b99eb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,7 @@ You can manage your API credentials and usage in the [API Console](https://conso
6868
`GoogleJsonWebSignature.Payload payload = await GoogleJsonWebSignature.ValidateAsync(credential);`
6969
* Here you get all information about login user you can store it in database.
7070
71-
[Complete Simple working app](https://github.com/sharafabacery/GoogleAuthticationExample)
72-
73-
For more information on configuration options supported by Google authentication, see the <xref:Microsoft.AspNetCore.Authentication.Google.GoogleOptions> API reference . This can be used to request different information about the user.
74-
75-
[!INCLUDE[Forward request information when behind a proxy or load balancer section](includes/forwarded-headers-middleware.md)]
71+
[Complete Simple working app](https://github.com/dotnet/AspNetCore.Docs.Samples/tree/main/security/authorization/social/GoogleAuthExample)
7672
7773
## Change the default callback URI
7874

0 commit comments

Comments
 (0)