🚀Master Authentication in .NET 8 Web API : Email Confirmation, 2FA & Lockout & more with Identity🔐

preview_player
Показать описание
🔹Authentication in a .NET 8 Web API refers to the process of verifying the identity of users or systems that are trying to access the API. It's a crucial security mechanism that ensures only authorized entities can use the services provided by the API.

/*Grab source code*/

/*Playlists*/

# Here's a follow-up section to encourage engagement and support for Netcode-Hub:
🌟 Get in touch with Netcode-Hub! 📫

# ☕️ If you've found value in Netcode-Hub's work, consider supporting the channel with a coffee!

# Timestamps
00:00 Implementing Email Confirmation.
43:52 Implementing User Password Reset.
1:33:15 Implementing User Lockout.
2:11:38 Implementing 2FA
Рекомендации по теме
Комментарии
Автор

Nice video.... keep up the good work Sir

chikalawrence
Автор

Awesome lecture, you will do dotnet aspire in the future ?

vietnguyen
Автор

Did you make Google through authentication from the button? I mean, click on the Google button in our page and login through that button.

ShaanShaban-zmul
Автор

15:58 Man did you just put the password in the Path? In the URL??

theobellash
Автор

"Nice video" I'm a follower in Côte d'Ivoire. I've a question: In the case you want to store old passwords from users to avoid picked the same password in a next future?

DoumbiaMamadou
Автор

i try to do like you, but the emailCode give me a token like jwtbearer, so that i cannot check the confirmation function, i want to know what's wrong with it

VuMinhKhanhKHCM