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



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

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

Table of Contents:
00:00 | Introduction to Email Confirmation.
02:22 | Creating fake account at www.ethereal.email
07:44 | Configuring Email Credentials in the application.
08:50 | Adding Configure service in program.cs
09:18 | Creating email confirmation token after account is created.
17:19 | Installing Mailkit NuGet package for email sending.

Download source code | https://github.com/CodeAcademyCA/Confirm-Email-after-Authentication-in-Blazor
Step-By-Step Review | https://youtu.be/4L_JMal-R6c | Email Account Confirmation in Blazor Web Assembly Authentication using ASP.NET Core Identity.

Related Videos
https://youtu.be/46iETzhG4ag | Email Confirmation in Blazor Web Assembly Authentication using Core Identity.
https://youtu.be/hAkwyI0creM | Blazor Web Assembly Role – Base Authorization using ASP.NET Core Identity.
https://youtu.be/d34K1Ktu9os | Blazor Web Assembly Authentication using Individual Account.
https://youtu.be/e_mpuTjacr8 | Blazor Server Authentication using Individual Account.
https://youtu.be/d34K1Ktu9os | Blazor Web Assembly Authentication using Individual Account.
https://youtu.be/wvkhwYHMVj4 | Blazor Web Assembly Authentication using Web API and ASP.NET Core Identity
https://youtu.be/U8-2YcjezjY | SQLite Database CRUD Operations in Web API using Entity Framework Core.
https://youtu.be/u1ZtcL6QhJ0 | SQL Server CRUD Operations in Web API using Entity Framework Core.
https://youtu.be/dyIfSbOW3y8 | EFCore Relationships (One-to-One, One-to-Many, Many-to-Many) in Web API with SQL Server.
https://youtu.be/gOPlpY6zRC8 | AutoMapper Data Transfer Objects DTOs explained
https://youtu.be/gQYD68iD04k | Navigation Component in Blazor Web Assembly using NavigationLock
https://youtu.be/Eg679M1ZfT8 | Object Relational Mapper ORM Explained for Everyone
https://youtu.be/qi7pSnujBrs | Scaffold SQL Database with DB First migration in Web API using EntityFrameworkCore.
https://youtu.be/G2QHZPdxN0M | Web API EntityFrameworkCore (EF7) Pagination using Skip() and Take() methods.
https://youtu.be/GWfuDPFxVNk | Send Email in Web API using Mailkit SMTP.
https://youtu.be/7mBTh0tlC-w | AutoMapper Data Transfer Objects DTO with Web API Explained.
https://youtu.be/saPnZhPFqCI | Blazor WebAssembly Chat with SignalR using WebSockets.
https://youtu.be/x2EJ4C_E3w0 | Create JSON Web Token (JWT) for User Registration and Login using Password Hash and Salt.
https://youtu.be/VwI7SMYiLH8 | EFCore All Relationships (11, 1n, nn ) with Entity Framework Core SQL Server.
https://youtu.be/REHetc6M0Lo | Web API Role – Based Authorization with JSON Web Token (JWT).

Comments are closed.