Loading, please wait...

Showing articles with Authentication. Show all articles
Streamline user management in your ASP.NET application. Implement secure logins, roles, and permissions with ASP.NET Identity for a robust authentication system.
In this article, you will learn how to implement fingerprint, password and face-lock Authentication in your XamarinApp.
In this article you will learn about authentication and its methods
Authentication is an integral part of web security. ASP.NET Core provides multiple ways to implement authentication in a web application. We will be looking into on such technique - Cookie authentication in this article.
Here I will explain Implementing two factor authentication in asp.net mvc with google authenticator.It is used to protect your application from brute force attack.
Here I will Explain how to login with Twitter account in Asp.net MVC and get User Profile data from User's account like Profile image,Twitter Id, Name
This tutorial shows you how to build an ASP.NET MVC 5 web application that enables users to log in with credentials of Google account, and then integrate some of the functionality from Google account into your web application.
Here I will explain how to login with Facebook in ASP.Net MVC and store that Facebook retrieved data in your MS SQL database