.NET 7 Quick Review | Email Confirmation in Blazor Web Assembly Authentication using Core Identity

preview_player
Показать описание
Table of Contents:
00:00 | Introduction to Email Confirmation.
07:44 | Configuring Email Credentials in the application.
09:18 | Creating email confirmation token after account is created.
17:19 | Installing Mailkit NuGet package for email sending.

Related Videos
Рекомендации по теме
Комментарии
Автор

Thank you, I like the line by line explanations for certain things, most people with pre-coded vids are just like bamn here you go, then you have no idea what some of the functions do that they call, or what nuget packages they have installed, so like going on to show the MailKit and EmailService was what was missing from my project and saved me here.

kapteinwalvis