Skip to content

Commit 1568d6f

Browse files
authored
Update aspnetcore/security/authentication/social/google-logins.md
1 parent d7ef927 commit 1568d6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ You can manage your API credentials and usage in the [API Console](https://conso
6868
`GoogleJsonWebSignature.Payload payload = await GoogleJsonWebSignature.ValidateAsync(credential);`
6969
* This will retrieve the available information about the logged-in user, which could then be stored in a database.
7070
71-
[View or download the completed project](https://github.com/dotnet/AspNetCore.Docs.Samples/tree/main/security/authorization/social/GoogleAuthExample) ([how to download](xref:index#how-to-download-a-sample)).
7271
7372
## Change the default callback URI
7473

0 commit comments

Comments
 (0)