Custom Auth with Blazor - .Net 8 without Asp.net Core Identity Step by Step Tutorial by Abhay Prince

preview_player
Показать описание
In this step by step video tutorial you will learn how to Implement Custom Auth in Blazor Web Apps in .Net 8 without using Asp.Net Core Identity

Connect with me on social media

How to implement custom auth in Blazor Web App in .Net 8
Implementing custom authentication and authorization in Blazor in .Net 8 Step by Step
Implementing custom authentication and authorization in Blazor Without Asp.Net Core Identity
custom auth no identity in blazor
How to implement custom auth in Blazor Web App with No Interactivity in .Net 8
How to implement custom auth in Blazor Web App with Interactive Server Render Mode in .Net 8
How to implement custom auth in Blazor Web App with Interactive Web Assembly Render Mode in .Net 8
How to implement custom auth in Blazor Web App with Interactive Auto Render Mode in .Net 8
How to implement authentication in blazor without identity
Implementing custom auth in Blazor Web App with Interactivity None in .Net 8
Implementing custom auth in Blazor Web App with InteractiveServer Render Mode in .Net 8
Implementing custom auth in Blazor Web App with InteractiveWebAssembly Render Mode in .Net 8
Implementing custom auth in Blazor Web App with InteractiveAuto Render Mode in .Net 8

#blazor #blazorssr #abhayprince #blazorerror #dotnetcore #net8
#blazorcourse #blazorwasm #blazorauth #blazorserver #blazorauto
Рекомендации по теме
Комментарии
Автор

the best tutorial on this topic! congrats!

cristovaomorgado
Автор

Amazing tutorial, please do one with jwt authorization and permissions

ahmadsalim
Автор

I have Identity in my project implemented and configured, my question is how to remove it from my project in order to use my custom security?

hanibb
Автор

how do i use this with an Api? Does the created cookie get passed back to the endpoint and decoded so that the user can only access user stuff! How would that be done?

tommcmeekin
Автор

Please provide index for your long videos, to make it more usable

CyrilSeguenot
Автор

Awesome. Is there a sample code that you can provide for this tutorial?

InaamUlHaq-hc
Автор

I am really enjoying your content. I am currently using Azure B2C as my auth provider, but honestly it adds a lot of complexity which I am struggling with. How secure/not hackable is this approach of yours? I like the idea of having complete control of the whole auth process.

GarethDoherty
Автор

I encountered an issue with BlazorAuthIdentity when I published the app on a Windows VPS server. After logging in, the user is not redirected to the profile page. It seems to be a navigation issue when using the same login criteria. Could you please guide me on how to resolve this navigation issue in the live environment?

DanishWaqad
Автор

I try to make in Interactive Auto mode but when i login second time in ssr mode it show "A valid antiforgery token was not provided with the request. Add an antiforgery token, or disable antiforgery validation for this endpoint. " and when i use Interactive Server it gives error in login of "response is already started" please provide guidance

harshdaslaniya