https://github.com/ankitsharma-007/aspcore.linkedinauth
Authentication of ASP.NET Core app using a LinkedIn account
https://github.com/ankitsharma-007/aspcore.linkedinauth
ankit-sharma article asp-net-core authentication csharp linkedin visual-studio
Last synced: 5 months ago
JSON representation
Authentication of ASP.NET Core app using a LinkedIn account
- Host: GitHub
- URL: https://github.com/ankitsharma-007/aspcore.linkedinauth
- Owner: AnkitSharma-007
- Created: 2018-03-01T16:23:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T06:15:27.000Z (over 7 years ago)
- Last Synced: 2025-05-08T22:42:09.698Z (5 months ago)
- Topics: ankit-sharma, article, asp-net-core, authentication, csharp, linkedin, visual-studio
- Language: C#
- Size: 1.28 MB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ASPCore.LinkedInAuth
Sometimes, we want the users to log in using their existing credentials of third-party applications, such as Facebook, Twitter, Google, LinkedIn etc. into our application. In this article, we are going to look into the authentication of ASP.NET Core app using a LinkedIn account.# Read the full article here
http://ankitsharmablogs.com/authentication-using-linkedin-asp-net-core-2-0/