authentication

How To Add Google Authentication In .Net 5.0

In this article, we are going to learn how to apply google base authentication in .Net 5.0 Let us understand…

3 years ago

How to Create a Node.js Authentication API Using JWT Tokens

In this article, we learnt about JWT, authentication, and authorization, as well as how to create an API in Node.js…

3 years ago

Single Sign On (SSO) In ASP.NET MVC

In this article, we are going to implement Single Sign-On (SSO) in ASP.NET MVC.

3 years ago

Role Based Custom Authorization In MVC 5

This article will explain how to create your role base custom authorization. Custom Authentication Filter run before any filter or…

3 years ago

Basic Authentication In .NET Core 5.0

We apply Basic Authentication in our application to prevent our API from anonymous access, only authorized users can access API.

3 years ago

Using Multiple Authentication Schemes In ASP.NET Core 3.1?

NET Core - Using Multiple Authentication Schemes. One endpoint, authorize using Identity Server or using a custom authentication handler.

3 years ago