From the course: Securing ASP.NET Core Apps: Advanced Techniques for Web Application Security
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Social media provider authentication - ASP.NET Core Tutorial
From the course: Securing ASP.NET Core Apps: Advanced Techniques for Web Application Security
Social media provider authentication
- Social provider authentication is a type of authentication that allows users to log into your app using their existing social media platform accounts such as LinkedIn, Facebook, Twitter, Google, et cetera. This is a great authentication type to allow users to directly access your app without the need to create yet another account. Instead, they can just leverage an account that they have already created. Now, let us go to Visual Studio and see in action how we can add Google authentication to our app. Now, in here the first thing that we need to do is that we need to install a NuGet package. So, for that I'll just go to the solution explorer, then I'll right click on the project, then manage NuGet packages. Go in here to the browse tab, now in here let us search for microsoft.aspnetcore.authentication.google. Let us select this package and then we are going to install the latest stable version, which is the version…
Contents
-
-
-
-
(Locked)
What is authentication?1m 31s
-
(Locked)
Identity on ASP.NET Core5m 46s
-
(Locked)
Simple authentication with [Authorize] attribute5m 56s
-
(Locked)
Cookie-based authentication6m 49s
-
(Locked)
Social media provider authentication8m 33s
-
(Locked)
Email account verification10m 21s
-
(Locked)
API-key authentication7m 10s
-
(Locked)
Token-based authentication2m 16s
-
(Locked)
-
-