Click here to Skip to main content
15,881,139 members
Everything / Authentication

Authentication

authentication

Great Reads

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
Azure AD for authentication and authorization of users for your website
by ASP.NET Community
Reference about Forms Authentication in ASP.NET
by Thang Believe
Deep dive into cookies generation to support Remember Me at login

Latest Articles

by Jim_Gray
Example code showing how to use Subtle Crypto to sign your request to Azure API in pure JavaScript or jQuery
by Ohad Redlich
authentication-flows-js is a powerful and highly customizable middleware for Node.js that covers all flows that any express-based authentication-server needs
by DotNetLead.com
Azure AD for authentication and authorization of users for your website

All Articles

Sort by Score

Authentication 

26 Nov 2020 by Aram Tchekrekjian
JWT is a very common and easy way to protect APIs in a standard, URL safe and cross-platform methodology.
29 Nov 2020 by Aram Tchekrekjian
Easily secure ASP.NET Core Web API using API Key Authentication - just follow a few steps and secure your endpoints
8 Nov 2020 by DotNetLead.com
This article shows you how to add Windows Authentication to Angular and .NET Core Web API projects.
17 Jul 2016 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
16 Feb 2015 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.
18 Jan 2016 by levelnis
How to use web API to authenticate usrs of your MVC application?
7 Aug 2014 by Sebastian Solnica
Common Authentication/Authorization between .NET4.0 and .NET4.5 Web Applications
30 Sep 2020 by Ana Carolina Zambon
How to consume authorized back-end services while transparently handling refresh token renewals