Implementing Two-Factor Authentication in Angular Application | Angular 10 | ASP.NET CORE 3.0

Опубликовано: 01 Октябрь 2024
на канале: Tech Howdy
7,349
58

In this video tutorial, I will show you how to implement Two-Factor Authentication in the CMS Project. If the user has switched on 2FA on their profile, they would be asked for the 2FA token every-time they login. We have implemented the remember device option, where the user would not be asked for the second step if they decided to remember the device. This would make sure the token refresh would not need 2FA code.

We need to create a new table in DB for storing the 2FA data

----Video Number : 65
----BLOG
https://techhowdy.com/

======FOR SOURCE CODE USE ANY OF THE FOLLOWING REPO LINKS=====
**SOURCE CODE DEV OPS REPO**
https://dev.azure.com/Techhowdy/_git/...
**SOURCE CODE GITHUB LINK**
https://github.com/techhowdy/CMS_CORE_NG