This is very great! You just added to your subscribers
@CyrilSeguenotАй бұрын
Please provide index for your long videos, to make it more usable
@ahmadsalim1726Ай бұрын
Amazing tutorial,please do one with jwt authorization and permissions
@olagisrarikis12 күн бұрын
Would be nice to see an example using jwt and Auto Rendering.
@FearGod123Ай бұрын
Great tutorial. Thank you Sir!
@MakeAnything-14 күн бұрын
I need this one but with blazor .net 8 server.
@hanibb1Ай бұрын
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?
@tommcmeekin1Ай бұрын
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?
@InaamUlHaq-h7cАй бұрын
Awesome. Is there a sample code that you can provide for this tutorial?
@abhayprinceАй бұрын
@@InaamUlHaq-h7c source code link is in the description
@GarethDoherty1985Ай бұрын
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.
@harshdaslaniya7626Ай бұрын
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
@abhayprinceАй бұрын
@@harshdaslaniya7626 2 things to understand 1. Login page should not be interactive (No Interactive Mode for Login because it needs access to HttpContext to set the auth cookie, HttpContext cannot be accessed in interactive modes) 2. StreamRendering should not be there on the Login page, because it needs to modify the response by adding the cookie, but with StreamRendering response is already started so it cannot hold the response and modify it
@DanishWaqadАй бұрын
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?
@abhayprinceАй бұрын
I also faced this same issue yesterday for 1 of my blazor app hosted on Linux VPS I will debug it and try to fix it and share the findings
@DanishWaqadАй бұрын
@@abhayprince Yes, please. After finding the solution, share it with me as a video (Part 2) and mention that I am your active subscriber.
@SonnyCho-f2o20 күн бұрын
any result yet?
@abhayprince20 күн бұрын
Nope. Tried hundreds of things, none fixed the issue. So no positive update yet