https://github.com/ankitsharma-007/aspcore.googleauth
Authentication Using Google In ASP.NET Core 2.0
https://github.com/ankitsharma-007/aspcore.googleauth
ankit-sharma article asp-net-core authentication googleauth visual-studio
Last synced: 9 months ago
JSON representation
Authentication Using Google In ASP.NET Core 2.0
- Host: GitHub
- URL: https://github.com/ankitsharma-007/aspcore.googleauth
- Owner: AnkitSharma-007
- Created: 2018-02-19T16:51:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T20:45:12.000Z (almost 6 years ago)
- Last Synced: 2025-05-05T20:11:59.028Z (9 months ago)
- Topics: ankit-sharma, article, asp-net-core, authentication, googleauth, visual-studio
- Language: C#
- Size: 1.42 MB
- Stars: 20
- Watchers: 3
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ASPCore.GoogleAuth
Sometimes, we want the users to log in using their existing credentials of third-party applications, such as Facebook, Twitter, Google etc. into our application. In this article, we are going to look into authentication of ASP.NET Core app using a Google account.
# Read the full article here
http://ankitsharmablogs.com/authentication-using-google-asp-net-core-2-0/