🌟 Get Source Code: www.patreon.com/CodingDroplets 🔗Blazor Tutorial Series: kzbin.info/aero/PLzewa6pjbr3IQEUfNiK2SROQC1NuKl6PV
@albertoramirez90318 ай бұрын
hello team, i´m having an issue on my project because i´m using radzen components and HTTPContext doesn´t work with InteractiveServer as rendermode... any idea with it? thanks.
@thehardwareguy4 ай бұрын
Excellent tutorial, from one content creator to another. I just got this working exactly as you did. For anyone else trying to follow, I highly recommend you gain and understanding of render modes before doing this tutorial. Important things to note: the project must be setup as (DotNet 8) with Server (Interactive Render Mode) and Per Page/Component (Interactivity Location). If not, this will not work. I also watched your previous video 'DotNet Core Web API - ASP Net Core Web API CRUD with Entity Framework Core' which helped massively. I did also have to look up other videos on how to setup a local SQL server (it's easy). Be aware that the connection string is a little different for a local database. Thank you!
@CodingDroplets4 ай бұрын
Thank you for the detailed feedback and for sharing your experience! Your insights will definitely help others following along. Glad to hear that you found the tutorials helpful.
@foncode1013 ай бұрын
I am having a hard time going from login screen to the main layout, hope this helps!
@elangovan4ever10 ай бұрын
This video is a gem. Lot of people are looking for this in stack overflow and reddit. The video title made me think this is one of the efcore identity video and I was about to skip. luckily didn't skip and this helped me a lot to understand the auth stuff. Maybe you can add "Custom" or "without efcore identity" in the title so it will be clear and listed out for the people who is searching for this. Thanks for the wonderful tutorial!
@CodingDroplets8 ай бұрын
Thank you for your feedback and suggestion! I'm glad the video was helpful to you.
@LuisSanchez-sy4rpАй бұрын
Just Great. Thank you to replay me back "AGAIN" and guide through. So easy to follow. You did it. Hero
@CodingDropletsАй бұрын
Thank you so much for your kind words! 😊 Glad to hear that. If you’re interested, I also have another tutorial that dives into policy-based authorization, which might be useful for more advanced scenarios. You can check it out here: kzbin.info/www/bejne/oIvNiXV9iLWHZtk
@gladqueiroz019 ай бұрын
Simple, fast and directly to subject. Thank you!
@CodingDroplets8 ай бұрын
You're welcome!
@aisyahh386 ай бұрын
Your tutorial of Blazor are the best! Short, concise and pretty straightforward! Keep making those!
@CodingDroplets6 ай бұрын
Thank you so much for your kind words! I'm glad you find the tutorials helpful.
@parashgoswami2647 ай бұрын
The most powerful yet concise intro to Authentication & Authorization. Very useful. Thanks
@CodingDroplets7 ай бұрын
Thank you so much for the kind words! I'm glad you found the introduction to Authentication & Authorization useful.
@navirbox49135 ай бұрын
This is it my dude. Everyone is showcasing the particular de facto method proposed by Microsoft, you're getting into the good and actually useful stuff.
@CodingDroplets5 ай бұрын
Thank you so much! I'm glad you found the tutorial useful. It's always great to hear that the content is making a difference.
@GiantsOnTheHorizon8 ай бұрын
Thanks!
@CodingDroplets8 ай бұрын
Thank You so much for the support!
@bensonguandaru76032 ай бұрын
Wooow i like how you explain things bro! Well done
@CodingDroplets2 ай бұрын
Thank you so much! Glad to hear that.
@mizanurrahaman10566 ай бұрын
Thank you! It is straightforward, fast, and focused on the main thing.
@CodingDroplets6 ай бұрын
Thank you so much for your feedback! Glad to hear that.
@anthonyquijano76975 ай бұрын
Quick and easy to follow, thank you..
@CodingDroplets5 ай бұрын
Thank You for your feedback. Glad to hear that.
@isaacnavarro47169 ай бұрын
how to solve the empty HttpContext in the login
@osamaaly99885 күн бұрын
so we don't need to implement a class CustomAuthenticationStateProvider : AuthenticationStateProvider any more ?? with JavaScript interop
@truestoriesz4 ай бұрын
Thanks bro it worked, now i need to understand how everything works because i just did copy and paste everything 😢 then, im going do it again without watching i guess 😅
@CodingDroplets4 ай бұрын
Glad to hear it worked for you! 😊 It's totally fine to start by copying and pasting. The real learning happens when you break it down and rebuild it step by step. Re-doing it without the video will help you understand the flow and concepts.
@TobiasLarsen938 ай бұрын
Thank you so much for this! Exactly what i needed to understand how to implement auth!
@CodingDroplets8 ай бұрын
You're very welcome! Glad to hear that.
@albertoramirez90318 ай бұрын
@CodingDroplets, hello team, i´m having an issue on my project because i´m using radzen components and HTTPContext doesn´t work with InteractiveServer as rendermode... any idea with it? thanks.
@CodingDroplets8 ай бұрын
When using the InteractiveServer render mode, Blazor communicates with the server using SignalR, causing the HttpContext object to be null. To receive the HttpContext, we utilize a standard form post method.
@albertoramirez90318 ай бұрын
@@CodingDroplets Thanks a lot for your response. I´ll do it.
@Arm0geddon7 ай бұрын
@@CodingDroplets I have the same issue. What do mean standard form post method?
@CodingDroplets6 ай бұрын
@Arm0geddon .. Make sure the login page is not using InteractiveServer render mode.
@DeznekCZ3 ай бұрын
@@CodingDroplets And when it not use InteractiveServer and still is it null? The login page still load incorrectly without the paramter, is there any option to set?
@imashar11 ай бұрын
Much Needed Video👏
@CodingDroplets11 ай бұрын
Thank you for your feedback! I'm glad to hear that you found the video helpful. Your feedback is valuable and helps me create content that meets the needs of viewers like you. 😊🚀
@DevilMadeMeDoIt6663 ай бұрын
How would one have to change the approach for a site with multiple login area? For example, my system has dedicated areas (5 in total) for different portals such as an admin portal, merchant portal, broker portal etc?
@CodingDroplets3 ай бұрын
You can implement role-based access control (RBAC) or policy-based authorization tailored to each portal. We can even configure multiple authentication schemes for each portal, with different login paths.
@lemonade2345-j4e8 ай бұрын
Excellent tutorial. You sir have showed me some things I have not seen in other videos yet. Thank you!
@CodingDroplets8 ай бұрын
You are Welcome! Glad to hear that.
@michaelreiricamata23479 ай бұрын
In my program.cs, it says that AddCascadingAuthenticationState is not defined in IServiceCollection
@Lavaman-fn2ip9 ай бұрын
I have the same issue
@CodingDroplets9 ай бұрын
Thank you for your comment! The tutorial you're referring to is specifically for .NET 8 Blazor Web App. If you're using a lower version, it's possible that the method might not be available in your version. For viewers using a lower version, I recommend checking out the tutorial at kzbin.info/www/bejne/n6KVk6d6bryonKs
@DannysGalaxyTab5 ай бұрын
This is amazing my friend. Thank you so much.
@CodingDroplets5 ай бұрын
You're very welcome
@pilou15cantal694 ай бұрын
Hi thanks for this vidéo ! i have this error when login : InvalidOperationException: EditForm requires either a Model parameter, or an EditContext parameter, please provide one of these. thanks so lot
@CodingDroplets4 ай бұрын
It seems like you've not assigned the model for the EditForm
@codigodavinchi3 ай бұрын
did you find a solution for this?
@Scott.DurkinАй бұрын
Great video, however, I ran into a problem on the login page? The "HttpContext" is always throwing the error: "Object reference not set to an instance of an object." - I have followed this video 3 times and I have everything in place.. Could anyone help?
@Scott.DurkinАй бұрын
I had this within my App.razor "" - not I get a new error "InvalidOperationException: EditForm requires either a Model parameter, or an EditContext parameter, please provide one of these." - Progress but any help be greatly appreicated.
@Scott.DurkinАй бұрын
Found the cause - it was becasue I was using MudBlazor for the Input fields & submit button. They require Interactive Server Render.
@CodingDropletsАй бұрын
Thank you for watching the video and sharing your experience! I’m glad you identified the cause of the issue. It’s great to hear you’ve made progress!
@Scott.DurkinАй бұрын
@ any chance you can do a video with using interactive server and MudBlazor?
@CodingDropletsАй бұрын
I'll definitely consider doing a video with mudblazor
@klondikexx283111 ай бұрын
what project template are you using, and how is it setup. I don't get the same initial code as your video when i select a Blazor web app
@CodingDroplets10 ай бұрын
The project template used in the tutorial is "Blazor Web App (dotnet 8)" with the "per page/component interactive server" render mode.
@socketafricaremotedesktop7 ай бұрын
Awesome tutorial @CodingDroplets, but I have issue with the HttpContext in the Login.razor Line 62, it is null at runtime. Is there something that I am missing?
@CodingDroplets7 ай бұрын
You might be using rendermode in Login page
@saroasahamed10 ай бұрын
Great Tutorial! I am getting 'Object Reference not set to an instance of an object on code 'await HttpContext.SignInAsync(principal);' in Login.razor is there any I have missed
@CodingDroplets10 ай бұрын
Are you using any render modes in the login page?
@nkkounmany39025 ай бұрын
On this i have error Exception of type 'Microsoft.AspNetCore.Components.NavigationException' was thrown, and can not navigate to other page after login. And how to fix that issue?
@CodingDroplets5 ай бұрын
To help you better, could you please provide more details about the error? You can check the console for more details on the exception. Additional information will be helpful in diagnosing the problem.
@leriosindane72010 ай бұрын
You Got a Eternal Subscriber😁
@CodingDroplets10 ай бұрын
Wow! Thank you so much for your support and for being an eternal subscriber! I'm glad to have you as part of the community.
@JulianBedoyaVargas7 ай бұрын
Excellent video, I have tried to implement the LOGIN component with the FluentUI library and it throws some errors, could someone help me, thank you !!
@CodingDroplets7 ай бұрын
Thank you! I haven't tried implementing the LOGIN component with FluentUI myself. Could you please share the specific errors you're encountering? That way, I or someone else in the community might be able to assist you better.
@JulianBedoyaVargas7 ай бұрын
@@CodingDroplets in the LOGIN component the error in this statement "HttpContext.User.Identity.IsAuthenticated" indicates that HttpContext is null
@CodingDroplets6 ай бұрын
The login page might be using InteractiveServer render mode. You should not specify any render modes for login page.
@solokit25694 ай бұрын
Hello, I would like to know how to access the login page by default instead of placing it on the right side of navmenu
@CodingDroplets4 ай бұрын
You can add the Authorize attribute to the main page, which will automatically redirect unauthenticated users to the login page.
@softw.netcore75218 ай бұрын
thanks very much. excelente video information! Congratulations!
@CodingDroplets8 ай бұрын
You are Welcome! Glad to hear that.
@RajK0911 ай бұрын
This is awesome tutorial, this is cool. You got a new subscriber!
@CodingDroplets10 ай бұрын
Thank you so much for the kind words and for subscribing! I'm glad you found the tutorial helpful.
@DiegoVieira8 ай бұрын
HttpContext aways null (using InteractiveServer render mode), any tips?
@futasccsloli8 ай бұрын
This tutorial is obsolete. the blazer app provides an template
@DiegoVieira8 ай бұрын
@@futasccsloli you mean, if i create a new project as blazor web app with individual authentication enabled?
@CodingDroplets8 ай бұрын
Thanks for reaching out! In this tutorial, I used the Blazor Web App project template (DotNet 8) with Server (Interactive Render Mode) and Per Page/Component (Interactivity Location). Are you using Global (Interactivity Location)?
@DiegoVieira8 ай бұрын
@@CodingDroplets i'm using the same setup as you, but when I set @rendermode InteractiveServer on Login page the HttpContext is aways null, it only works if I don't set rendermode
@futasccsloli8 ай бұрын
@@DiegoVieira Yes.But it uses efcore, and if you use another orm, you have to replace it.
@StephenMcCormick-j1u2 ай бұрын
In your video you use the SignInAsync in HttpContext, but that does not seem to exist as a method. Is there another way of doing the SignIn? var claims = new List { new Claim(ClaimTypes.Name, user.UserName), new Claim(ClaimTypes.Role, user.Role) }; var identity = new ClaimsIdentity(claims, CookieAuthenticationDefaults.AuthenticationScheme); var principal = new ClaimsPrincipal(identity); await HttpContext.SignInAsync(principal);
@CodingDroplets2 ай бұрын
Thanks for your question! The SignInAsync method is actually an extension method, so you'll need to ensure you have the appropriate namespace included in your code. Specifically, make sure to use using Microsoft.AspNetCore.Authentication; at the top of your file.
@StephenMcCormick-j1u2 ай бұрын
@@CodingDroplets Thank you for the quick response. But even if I put in the full path it is not visible: Microsoft.AspNetCore.Authentication.HttpContext.SignInAsync(principal); Still shows HttpContext as not existing. Or is it extended even further down the chain? Also I am using Blazor Server. It seems that your video is also Blazor Server, but maybe I am incorrect? Thanks!
@CodingDroplets2 ай бұрын
May I know the dotnet version you are using
@StephenMcCormick-j1u2 ай бұрын
@@CodingDroplets I am also using .Net 8
@StephenMcCormick-j1u2 ай бұрын
@@CodingDroplets Missed the CascadingParameter 🤪. But now when I do get to the HttpContext it is null.
@mightypirate10011 ай бұрын
Thank you, but why not using Microsoft identity?
@CodingDroplets11 ай бұрын
Thank you for your question! In this particular video, we focused on implementing a custom authentication solution to provide a deeper understanding of the authentication process in Blazor. However, using Microsoft Identity for authentication is indeed a common and robust approach, and we'll definitely cover it in an upcoming video.
@WolligesSchaf11 ай бұрын
We have our own database and user verification, spread around multiple applications (and not only Microsoft) If we implemented Identity, we would have needed 2 user databases and a Skript to synchronize them. (Maybe there is a better solution, but this video is definitely the preferred way for now) Also, every Microsoft documentation ever about authentication talks about Identity already... Except one I found, but it's MVC exclusive
@曼巴-z1t24 күн бұрын
Can't Blazer use session for security authentication?
@CodingDroplets21 күн бұрын
Great question! 😊 Blazor Server uses SignalR for server-client communication, which establishes a persistent connection between the client and the server. Due to this architecture, the typical server-side session cannot be directly accessed in Blazor Server apps, as SignalR does not operate over standard HTTP requests where session data is typically available. You can achieve similar functionality by maintaining session-like data in a scoped service. But cookies are generally the preferred method for authentication which is a secure and scalable approach.
@myrogitesir707510 ай бұрын
Thank you, Will this code work for blazor web assembly ?
@RockoShaw7 ай бұрын
Awesome tutorial, thanks
@CodingDroplets7 ай бұрын
Thank you! I'm glad you enjoyed the tutorial
@LebaneseEntertainment8 ай бұрын
Thx for the help. It worked the first time but the second time a get a message with the problem: disable antiforgerytoken How can i fix this issue?
@anassbenhalima700411 күн бұрын
did u solve it ?
@talkathiriify10 ай бұрын
Very useful. Thank you very much.
@CodingDroplets10 ай бұрын
You're welcome! I'm glad you found the tutorial useful.
@Perfeitor6 ай бұрын
If I don't have rendermode, the information I enter won't be saved. If I add rendermode then I can't login because HttpContext is null. What should I do?
@CodingDroplets6 ай бұрын
You can avoid using render-mode only on the login page, ensuring that HttpContext is available during login. For other pages where you are saving data, you can use the render-mode.
@Perfeitor6 ай бұрын
@@CodingDroplets The problem is, without rendermode information like username and password will not be saved and sent. The program will say that the information is empty and needs to be entered when I run it
@Perfeitor6 ай бұрын
I have found the problem. When the code I forgot about [SupplyParameterFromForm], after adding it the program runs fine even without rendermode
@CodingDroplets6 ай бұрын
Great to hear you found the solution! Adding [SupplyParameterFromForm] is indeed essential. Thanks for sharing your fix. This will be helpful for others facing the same issue. Happy coding!
@MEIYANG-sj2sb5 ай бұрын
quality content, thanks!
@CodingDroplets5 ай бұрын
Thank you for your feedback! I'm glad you enjoyed the content.
@socomjoy45636 ай бұрын
when you press F5 you will be logged out, won't you? I'm struggeling implementing a persisent way in Server Blazor ...
@CodingDroplets6 ай бұрын
You won't get logged out when you press F5 as long as the authentication cookie is valid. The persistence of the authentication state depends on the lifetime of the authentication cookie. If you're facing issues with maintaining the login state, ensure that your authentication cookie settings are correct.
@shaharukhpathan53314 ай бұрын
Facing thi below issue on login command "A cookie was not sent to an insecure origin from a secure context. Because this cookie would have been sent across schemes on the same site, it was not sent. This behavior enhances the SameSite attribute’s protection of user data from request forgery by network attackers. Resolve this issue by migrating your site (as defined by the eTLD+1) entirely to HTTPS. It is also recommended to mark the cookie with the Secure attribute if that is not already the case."
@CodingDroplets4 ай бұрын
Thanks for your comment! Just to clarify, is your site using HTTPS? The error you're encountering typically happens when cookies are not sent from an insecure (HTTP) origin to a secure (HTTPS) context.
@kastriotgjoka722611 ай бұрын
why the HttpContext is coming null at login page
@kastriotgjoka722611 ай бұрын
i figured it bc it was at rendermode interactiveserver httpcontext is always null 😀
@gilbert354611 ай бұрын
@@kastriotgjoka7226 had the same issue, thanks for letting us know
@CodingDroplets10 ай бұрын
Thank you both for sharing your experiences! It's great to hear that you were able to identify the issue.
@AP-pz9wp10 ай бұрын
If you refresh the page after successfully authenticating it forces you to login again?
@CodingDroplets10 ай бұрын
No it won't. It will force to login again only after cookie expiry.
@socomjoy45636 ай бұрын
same problem right here, F5 is logging me out somehow
@juanpazossАй бұрын
is the project web server or web assembly?
@CodingDropletsАй бұрын
Its a Blazor Server project
@tvrtkokaurinovic737014 күн бұрын
@@CodingDroplets can it work in web assembly?
@wellington18m9 ай бұрын
The only problem with this app template is that no dialog can be display if there is any error due to the component has no interaction
@danilovalim94009 ай бұрын
How to resolve HttContext always null? :(
@CodingDroplets9 ай бұрын
Are you using any render-modes in login component?
@danilovalim94009 ай бұрын
@@CodingDroplets My project uses global Server Render.
@DiegoVieira8 ай бұрын
@@CodingDroplets same problem here, I'm trying with InteractiveServer render mode
@prakriti_gupta8 ай бұрын
@@CodingDroplets Hi, I am also facing the same problem. But I am not explicitly using any rendermodes in the login component. Please help! :(
@danielpelissari75398 ай бұрын
I removed "@rendermode InteractiveServer" it and it solved it for me!
@gilbert354611 ай бұрын
Can you make a video about interceptors? A class where all the request are going through and set token as a header for every request. Can i store acces_token in claims to use for my request? Great video!
@CodingDroplets10 ай бұрын
Thank you for the suggestion! Creating a video on interceptors and token management sounds like a great idea. I'll keep your request in mind for future videos.
@gilbert354610 ай бұрын
@@CodingDroplets Can't wait to see you solution, since you can't call AuthenticationState in service, only in Razor components.
@yaredalmaw66448 ай бұрын
Excellent
@CodingDroplets8 ай бұрын
Thank you!
@saroshwadia11 ай бұрын
Excellent video, very easy to understand - Will this same Authentication/Authorization logic work in a Blazor WASM app as well or is it very different? Thx
@CodingDroplets11 ай бұрын
Thank you for your feedback! I'm glad you found the video easy to understand. The Authentication/Authorization logic can indeed work in a Blazor WebAssembly (WASM) app as well, but there are a few differences and considerations to keep in mind due to the client-side nature of WASM. I'll be covering the specifics of Authentication and Authorization in Blazor WASM in a separate video.
@saroshwadia11 ай бұрын
Looking forward to that video where you show how to handle both Server and WASM together. Thx again@@CodingDroplets
@stephanegenet15239 ай бұрын
I ❤ it !!! Ty
@CodingDroplets9 ай бұрын
Thank you for your positive feedback! Glad to hear that.
@yassermian99137 ай бұрын
great video. but how does built-in authentication system know about iuser_accoint table in sql.
@muhlurihlungwani50810 ай бұрын
Can you please show where the user can register first then login with the registered information.
@CodingDroplets10 ай бұрын
Thank you for your suggestion! I'll definitely consider including a demonstration of user registration followed by login with the registered information in an upcoming video.
@RajK0911 ай бұрын
Hello there, could you make a video on Authentication & Authorization on .Net Blazor Web App (both Server & Client in a single solution) using .Net 8?
@CodingDroplets10 ай бұрын
Thank you for the suggestion! I'll definitely consider creating a video on Authentication & Authorization for a .NET Blazor Web App, covering both Server-side and Client-side implementations in a single solution using .NET 8. Stay tuned for upcoming videos.
@nishfury9 ай бұрын
@@CodingDroplets Thanks! Looking forward to this. It is much needed and I haven't seen anybody cover this from basic. Would be really helpful to a lot of people including myself who wish to incorporate custom Authentication in Blazor web app with Auto render mode.
@yogeshgodse73729 ай бұрын
Hi ,really liked this video. You have covered it very well. Could you please consider making a small video about micro front end with Blazor and .net core Microservices
@AdrianWoodUK8 ай бұрын
2:50 - Whoa, hold up a sec; so this method stores passwords *in plain text* in the backend? That is *not* secure. I would be very worried if I found out a site I had an account with was storing my password unencrypted like this. If you're using your own login system, always, *always,* store a salted hash of the password, not the password itself, and have your login system check the hash of the supplied password against the one in the system. That's been a fundemental aspect of system security for as long as I remember.
@CodingDroplets8 ай бұрын
Thank you for your comment! This video is primarily focused on explaining Blazor Authentication rather than implementing a fully secure authentication system. However, you're absolutely right about the importance of storing passwords securely. In a production environment, it's crucial to use techniques like salting and hashing to protect user passwords. This video aimed to demonstrate the authentication process within a Blazor application, but I appreciate you highlighting the importance of password security.
@minidragon7610 ай бұрын
thanks you
@CodingDroplets10 ай бұрын
You are most welcome!
@kipchickensout9 ай бұрын
All the text and pictures bobbing and jiggling around is distracting
@CodingDroplets9 ай бұрын
Thank you for your feedback! I apologize for any distraction caused by the text and pictures in the tutorial. I'll make sure to take your comment into consideration for future videos to ensure a smoother viewing experience.
@kipchickensout9 ай бұрын
@@CodingDroplets no problem, nice video
@cfmoin23 ай бұрын
Nice video but I have a big problem. I did everything like you but the cookie won’t be stored properly or the data isn’t retrieved from it. If I login, the Pages won’t change and if I do the httpcontext.user.Identity.inauthenticated I always get false
@CodingDroplets3 ай бұрын
Thank you for your comment! It sounds like there might be an issue with how the cookie is being configured. Please ensure that your Cookie configuration is correct.
@JohnAmbeliotis3 ай бұрын
Great tutorial! I applied the whole logic to my project but when I try to reach the login I'm getting this exception: Microsoft.AspNetCore.Components.Forms.EditForm.OnParametersSet() Microsoft.AspNetCore.Components.ComponentBase.CallOnParametersSetAsync() Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync() Microsoft.AspNetCore.Components.Rendering.ComponentState.SetDirectParameters(ParameterView parameters) Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.InitializeNewComponentFrame(ref DiffContext diffContext, int frameIndex) Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.InitializeNewSubtree(ref DiffContext diffContext, int frameIndex) Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.InsertNewFrame(ref DiffContext diffContext, int newFrameIndex) Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.AppendDiffEntriesForRange(ref DiffContext diffContext, int oldStartIndex, int oldEndIndexExcl, int newStartIndex, int newEndIndexExcl) Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.ComputeDiff(Renderer renderer, RenderBatchBuilder batchBuilder, int componentId, ArrayRange oldTree, ArrayRange newTree) Microsoft.AspNetCore.Components.Rendering.ComponentState.RenderIntoBatch(RenderBatchBuilder batchBuilder, RenderFragment renderFragment, out Exception renderFragmentException) Microsoft.AspNetCore.Components.RenderTree.Renderer.ProcessRenderQueue() Microsoft.AspNetCore.Components.RenderTree.Renderer.ProcessRenderQueue() Microsoft.AspNetCore.Components.RenderTree.Renderer.AddToRenderQueue(int componentId, RenderFragment renderFragment) Microsoft.AspNetCore.Components.ComponentBase.StateHasChanged() Microsoft.AspNetCore.Components.ComponentBase.CallOnParametersSetAsync() Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync() Microsoft.AspNetCore.Components.Rendering.ComponentState.SetDirectParameters(ParameterView parameters) Microsoft.AspNetCore.Components.RenderTree.Renderer.RenderRootComponentAsync(int componentId, ParameterView initialParameters) Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.StaticHtmlRenderer.BeginRenderingComponent(IComponent component, ParameterView initialParameters) Microsoft.AspNetCore.Components.Endpoints.EndpointHtmlRenderer.RenderEndpointComponent(HttpContext httpContext, Type rootComponentType, ParameterView parameters, bool waitForQuiescence) System.Threading.Tasks.ValueTask.get_Result() Microsoft.AspNetCore.Components.Endpoints.RazorComponentEndpointInvoker.RenderComponentCore(HttpContext context) Microsoft.AspNetCore.Components.Endpoints.RazorComponentEndpointInvoker.RenderComponentCore(HttpContext context) Microsoft.AspNetCore.Components.Rendering.RendererSynchronizationContext+c+d.MoveNext() Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.Invoke(HttpContext context) Microsoft.AspNetCore.Antiforgery.Internal.AntiforgeryMiddleware.InvokeAwaited(HttpContext context) Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddlewareImpl.Invoke(HttpContext context)
@JohnAmbeliotis3 ай бұрын
I'm using Blazor 8 and I find that the only way to make the form to respond is with @rendermode InteractiveServer but now the problem is this "Headers are read-only, response has already started." if you actually using a service or if you follow exactly your implementation there's an "Object reference not set to an instance of an object" in this line: var claimsIdentity = new ClaimsIdentity(claims, CookieAuthenticationDefaults.AuthenticationScheme); await HttpContext.SignInAsync( CookieAuthenticationDefaults.AuthenticationScheme, new ClaimsPrincipal(claimsIdentity) ); Any ideas? :)
@CodingDroplets3 ай бұрын
The demo project in the video is also developed using dotnet 8. If you use render-mode, Blazor will use SignalR instead of a normal form post which will cause the HttpContext to be null.
@StephenBargewell7 ай бұрын
Thanks
@CodingDroplets7 ай бұрын
Thank You So Much for the Support!
@ozanyasindogan28 күн бұрын
great tutorial, thank you!
@CodingDroplets26 күн бұрын
You are welcome. Glad to hear that!
@RajK0911 ай бұрын
Hello there, could you make a video on Authentication & Authorization on .Net Blazor Web App (both Server & Client in a single solution) using .Net 8?
@CodingDroplets10 ай бұрын
Thank you for the suggestion! I'll definitely consider creating a video on Authentication & Authorization for a .NET Blazor Web App, covering both Server-side and Client-side implementations in a single solution using .NET 8. Stay tuned for upcoming videos.