Bare Basic ASP.Net Core Identity Info Needed For Auth In Blazor (No Prior Knowledge Needed)

Authentication and Authorization in Blazor Server needs to use the ASP.Net Core Identity in order for it to work. Today I will go over the most basic information needed to understand whats going on with the default program that Microsoft has provided you to use for Blazor Server.

This is for those of you who don’t know entity framework or dont know sql too well. I don’t think the video will be too valuable for those of you with an understanding of either one even at a basic level. Im talking someone without much if any knowledge. I only cover what you will need in order to add context for yourself when this is applied to a Blazor project.