Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / authentication

Authentication

authentication

Great Reads

by Prashant Rewatkar
This article demonstrates how to add Identity-Based Authentication in .NET Core 3.0 using In-Memory Database.
by Sumit Chawla
2-Legged OAuth Authentication in .NET (C#)
by Ana Carolina Zambon
How to consume authorized back-end services while transparently handling refresh token renewals
by Pramod Sharma Tech
Securing routes in Angular is not available out of the box. This tip would help in securing routes in Angular based applications.

Latest Articles

by Prashant Rewatkar
This article demonstrates how to add Identity-Based Authentication in .NET Core 3.0 using In-Memory Database.
by Sumit Chawla
2-Legged OAuth Authentication in .NET (C#)
by Ana Carolina Zambon
How to consume authorized back-end services while transparently handling refresh token renewals
by Pramod Sharma Tech
Securing routes in Angular is not available out of the box. This tip would help in securing routes in Angular based applications.

All Articles

Sort by Score

authentication 

by Ana Carolina Zambon
How to consume authorized back-end services while transparently handling refresh token renewals
by John Atten
Identity is fully compatible with the OWIN Authorization model, and when used in this manner, represents a very useful, ready-to go concrete implementation.
by DotNetLead.com
Azure AD for authentication and authorization of users for your website
by Sebastian Solnica
Common Authentication/Authorization between .NET4.0 and .NET4.5 Web Applications
by Andy Point
Firebase Android Tutorial : Adding Registration and Login Hello Developers, this is our android firebase tutorial. In this tutorial we will create an android firebase app that will use firebase android login functionality. This post will help you get you up and running with integrating Firebase to a
by levelnis
How to use web API to authenticate usrs of your MVC application?
by Aram Tchekrekjian
Easily secure ASP.NET Core Web API using API Key Authentication - just follow a few steps and secure your endpoints
by Aram Tchekrekjian
JWT is a very common and easy way to protect APIs in a standard, URL safe and cross-platform methodology.
by DotNetLead.com
This article shows you how to add Windows Authentication to Angular and .NET Core Web API projects.