TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About User Authentication
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mushtaq M A (2)
Praveen Alwar (2)
Sarthak Varshney (1)
Jignesh Trivedi (1)
Velladurai (1)
Raj Kumar (1)
Asma Khalid (1)
Ramasagar Pulidindi (1)
Harshit Pandey (1)
Alkesh Bijarniya (1)
Munesh Sharma (1)
Harpreet Singh (1)
Jaimin Patel (1)
Om Agarwal (1)
Kisorjan Jakathiswaran (1)
Ashutosh Singh (1)
Bhawesh Deepak (1)
Ziggy Rafiq (1)
Abhishek Tiwari (1)
Satheesh Elumalai (1)
Sandeep Sharma (1)
Sanjay Gulati (1)
Ezhilan Muniswaran (1)
Related resources for User Authentication
No resource found
Node.js App with User Authentication and Docker Deployment
9/22/2024 12:09:32 PM.
Learn how to create a Node.js app with registration, login, and a dashboard. This guide covers MongoDB integration and Docker deployment for efficient web development.
Overview Of Identity In ASP.NET Core 2.0
8/2/2024 4:55:35 AM.
It is a membership system that allows us to add login functionality to our application. User may create account and login using credential or can use external login provider such as Google, Microsoft
Creating a User Login System with SQL Server Stored Procedures
7/2/2024 7:12:28 AM.
Implementing secure user authentication in SQL Server involves creating a UsersDetails table for storing credentials and developing a LoginUser stored procedure. This procedure validates user inputs a
Login Control in ASP.NET 3.5
6/17/2024 11:19:43 AM.
ASP.NET login controls simplify user authentication for web applications by integrating with ASP.NET membership and forms authentication. These controls offer a ready-to-use interface to query user cr
ASP.NET MVC 5: Integrating Existing Database With Login Using ADO.NET Database First Approach
6/11/2024 12:37:53 PM.
Learn how to integrate an existing database with login functionality in ASP.NET MVC 5 using the ADO.NET Database First approach. This guide covers setting up the Entity Framework, configuring the data
Using Identity In ASP.NET Core MVC Authentication
6/5/2024 8:12:49 AM.
Explore robust user authentication in ASP.NET Core MVC with Identity framework. Learn role-based access control, claims-based authentication, and seamless integration with ASP.NET Core middleware for
How To Create JWT Token Authentication In Node.js Using Mysql?
6/4/2024 7:22:22 AM.
Learn how to establish JWT authentication in a Node.js application using MySQL and Express. This tutorial covers database setup, creating authentication routes, and managing token creation and validat
What Are the Use Cases of useContext Hook in ReactJS?
5/16/2024 9:37:21 AM.
The useContext hook in React streamlines context consumption, simplifying global state management, user authentication, theme switching, and localization. Practical examples demonstrate its versatilit
Password Protection Using Code in Windows Forms
5/3/2024 9:01:09 AM.
Learn how to implement robust password protection in Windows Forms using C# code. This tutorial covers creating a secure login form in Visual Studio, handling user authentication, and validating passw
Form Authentication in MVC 5: Part 1
4/1/2024 8:18:03 AM.
In this article we will learn what Authentication and Authorization is with a small demo of what we will accomplish by the end of this series.
User Authentication with Forms Authentication in ASP.NET MVC
3/10/2024 7:40:33 AM.
Forms Authentication is a widely-used mechanism in ASP.NET for managing user authentication within web applications. It allows developers to authenticate users based on credentials stored in a databas
To Determine the Password Policies For Windows 7
2/25/2024 8:13:14 AM.
In this article determines content and explores the password policies implemented for Windows 7 systems, delving into the security measures, authentication guidelines, and access control mechanisms.
Building a Secure PHP MySQL Signup/Login Website with Email Verification
1/15/2024 8:48:49 AM.
Creating a secure signup/login system is essential for any web application that involves user authentication. In this article, I'll guide you through building a PHP MySQL login/signup website with
Identity API Endpoints based Authentication and Authorization in .NET 8
11/15/2023 12:10:49 PM.
The second step in adding token-based authentication to ASP.NET Core Identity is to introduce the Identity API endpoints. Basically, this is an API version of the actions that you can perform with ASP
JWT Authentication in ASP.NET Core
8/7/2023 8:33:18 AM.
JWT (JSON Web Token) authentication has become a popular method for securing APIs and web applications due to its simplicity, statelessness, and versatility. In this article, we'll explore how to
Secure User Authentication in Azure Using Microsoft.Identity.Client
7/14/2023 7:21:24 AM.
The process of authenticating users securely is essential in Azure applications. Microsoft.Identity.Client (MSAL) is a C# library that simplifies the implementation of secure user authentication in Az
iOS App Security: Best Practices for Protecting User Data
5/12/2023 6:39:13 AM.
This article discusses best practices for iOS app security, including encryption, user authentication, secure network communications, code signing, app sandboxing, two-factor authentication, anti-jail
Firebase User Authentication In Android - Part One
2/23/2020 10:48:20 PM.
In this post, we will learn how to implement Firebase Email & Password authentication. To demonstrate how simplified and easy to use Firebase is, we will build a simple login / register (Firebase
Firebase User Authentication In Android - Part Two
2/23/2020 10:41:20 PM.
In this part of the series, we will learn more Firebase features
Angular Facebook User Authentication
1/7/2019 3:06:22 AM.
AngularJS Facebook User Authentication.AngularJS Facebook Login is an easy way for users to log in to the website once Facebook users can grant permissions to our website
User Authentication Using Servlet in Java
10/10/2013 5:42:51 PM.
This article explains user authentication using a servlet in Java. The NetBeans IDE is used for the sample application.
ASP.NET Security With SQL Server 2005
5/19/2012 6:15:32 AM.
This article focuses on security concerm when using SQL Server 2005 in ASP.NET application.
Template for Designing Web Application
7/2/2009 12:26:39 AM.
This article explains to develop a web application with ease and make it more robust and scalable.
User Authentication & Role Management in ASP.NET 2.0 using Sql Server 2005: Part II
8/21/2006 7:16:41 AM.
This article gives you a detailed idea of how to implement the role management in ASP.NET 2.0 using SQL Server 2005.
User Authentication & Role Management in ASP.NET 2.0 using Sql Server 2005: Part I
8/14/2006 8:25:15 AM.
This article gives you a complete description of the user authentication and how to manage roles for different users using asp.net 2.0 and sql server-2005.