Blazor Authentication Tutorial - How to Authorize in Blazor [Blazor Tutorial]

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 พ.ย. 2024

ความคิดเห็น • 196

  • @CodingDroplets
    @CodingDroplets  9 หลายเดือนก่อน

    🌟 Get Source Code: www.patreon.com/CodingDroplets
    🔗Blazor Tutorial Series: th-cam.com/play/PLzewa6pjbr3IQEUfNiK2SROQC1NuKl6PV.html

    • @albertoramirez9031
      @albertoramirez9031 7 หลายเดือนก่อน

      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.

  • @elangovan4ever
    @elangovan4ever 8 หลายเดือนก่อน +7

    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!

    • @CodingDroplets
      @CodingDroplets  6 หลายเดือนก่อน

      Thank you for your feedback and suggestion! I'm glad the video was helpful to you.

  • @thehardwareguy
    @thehardwareguy 3 หลายเดือนก่อน +5

    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!

    • @CodingDroplets
      @CodingDroplets  3 หลายเดือนก่อน

      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.

    • @foncode101
      @foncode101 2 หลายเดือนก่อน

      I am having a hard time going from login screen to the main layout, hope this helps!

  • @LuisSanchez-sy4rp
    @LuisSanchez-sy4rp วันที่ผ่านมา +1

    Just Great. Thank you to replay me back "AGAIN" and guide through. So easy to follow. You did it. Hero

    • @CodingDroplets
      @CodingDroplets  19 ชั่วโมงที่ผ่านมา +1

      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:
      th-cam.com/video/jZjXBGSPT0w/w-d-xo.html

  • @navirbox4913
    @navirbox4913 4 หลายเดือนก่อน +2

    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.

    • @CodingDroplets
      @CodingDroplets  4 หลายเดือนก่อน

      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.

  • @parashgoswami264
    @parashgoswami264 6 หลายเดือนก่อน +2

    The most powerful yet concise intro to Authentication & Authorization. Very useful. Thanks

    • @CodingDroplets
      @CodingDroplets  6 หลายเดือนก่อน

      Thank you so much for the kind words! I'm glad you found the introduction to Authentication & Authorization useful.

  • @aisyahh38
    @aisyahh38 4 หลายเดือนก่อน +2

    Your tutorial of Blazor are the best! Short, concise and pretty straightforward! Keep making those!

    • @CodingDroplets
      @CodingDroplets  4 หลายเดือนก่อน

      Thank you so much for your kind words! I'm glad you find the tutorials helpful.

  • @gladqueiroz01
    @gladqueiroz01 8 หลายเดือนก่อน +3

    Simple, fast and directly to subject.
    Thank you!

  • @isaacnavarro4716
    @isaacnavarro4716 8 หลายเดือนก่อน +5

    how to solve the empty HttpContext in the login

  • @DevilMadeMeDoIt666
    @DevilMadeMeDoIt666 หลายเดือนก่อน +1

    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?

    • @CodingDroplets
      @CodingDroplets  หลายเดือนก่อน

      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.

  • @myrogitesir7075
    @myrogitesir7075 8 หลายเดือนก่อน +2

    Thank you,
    Will this code work for blazor web assembly ?

  • @albertoramirez9031
    @albertoramirez9031 7 หลายเดือนก่อน +4

    @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.

    • @CodingDroplets
      @CodingDroplets  7 หลายเดือนก่อน +3

      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.

    • @albertoramirez9031
      @albertoramirez9031 6 หลายเดือนก่อน

      @@CodingDroplets Thanks a lot for your response. I´ll do it.

    • @Arm0geddon
      @Arm0geddon 6 หลายเดือนก่อน +1

      @@CodingDroplets I have the same issue. What do mean standard form post method?

    • @CodingDroplets
      @CodingDroplets  5 หลายเดือนก่อน

      @Arm0geddon .. Make sure the login page is not using InteractiveServer render mode.

    • @DeznekCZ
      @DeznekCZ หลายเดือนก่อน

      @@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?

  • @klondikexx2831
    @klondikexx2831 9 หลายเดือนก่อน +2

    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

    • @CodingDroplets
      @CodingDroplets  9 หลายเดือนก่อน +2

      The project template used in the tutorial is "Blazor Web App (dotnet 8)" with the "per page/component interactive server" render mode.

  • @pilou15cantal69
    @pilou15cantal69 3 หลายเดือนก่อน +2

    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

    • @CodingDroplets
      @CodingDroplets  3 หลายเดือนก่อน

      It seems like you've not assigned the model for the EditForm

    • @codigodavinchi
      @codigodavinchi หลายเดือนก่อน

      did you find a solution for this?

  • @mightypirate100
    @mightypirate100 9 หลายเดือนก่อน +5

    Thank you, but why not using Microsoft identity?

    • @CodingDroplets
      @CodingDroplets  9 หลายเดือนก่อน +2

      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.

    • @WolligesSchaf
      @WolligesSchaf 9 หลายเดือนก่อน +2

      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

  • @solokit2569
    @solokit2569 3 หลายเดือนก่อน +1

    Hello, I would like to know how to access the login page by default instead of placing it on the right side of navmenu

    • @CodingDroplets
      @CodingDroplets  3 หลายเดือนก่อน

      You can add the Authorize attribute to the main page, which will automatically redirect unauthenticated users to the login page.

  • @saroasahamed
    @saroasahamed 9 หลายเดือนก่อน +3

    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

    • @CodingDroplets
      @CodingDroplets  9 หลายเดือนก่อน

      Are you using any render modes in the login page?

  • @socketafricaremotedesktop
    @socketafricaremotedesktop 6 หลายเดือนก่อน +2

    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?

    • @CodingDroplets
      @CodingDroplets  6 หลายเดือนก่อน

      You might be using rendermode in Login page

  • @JulianBedoyaVargas
    @JulianBedoyaVargas 6 หลายเดือนก่อน +2

    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 !!

    • @CodingDroplets
      @CodingDroplets  6 หลายเดือนก่อน

      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.

    • @JulianBedoyaVargas
      @JulianBedoyaVargas 5 หลายเดือนก่อน +1

      @@CodingDroplets in the LOGIN component the error in this statement "HttpContext.User.Identity.IsAuthenticated" indicates that HttpContext is null

    • @CodingDroplets
      @CodingDroplets  5 หลายเดือนก่อน

      The login page might be using InteractiveServer render mode. You should not specify any render modes for login page.

  • @truestoriesz
    @truestoriesz 3 หลายเดือนก่อน +1

    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 😅

    • @CodingDroplets
      @CodingDroplets  3 หลายเดือนก่อน

      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.

  • @mizanurrahaman1056
    @mizanurrahaman1056 5 หลายเดือนก่อน +1

    Thank you!
    It is straightforward, fast, and focused on the main thing.

    • @CodingDroplets
      @CodingDroplets  5 หลายเดือนก่อน

      Thank you so much for your feedback! Glad to hear that.

  • @michaelreiricamata2347
    @michaelreiricamata2347 7 หลายเดือนก่อน +2

    In my program.cs, it says that AddCascadingAuthenticationState is not defined in IServiceCollection

    • @Lavaman-fn2ip
      @Lavaman-fn2ip 7 หลายเดือนก่อน +2

      I have the same issue

    • @CodingDroplets
      @CodingDroplets  7 หลายเดือนก่อน

      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 th-cam.com/video/iq2btD9WufI/w-d-xo.html

  • @bensonguandaru7603
    @bensonguandaru7603 หลายเดือนก่อน +1

    Wooow i like how you explain things bro! Well done

    • @CodingDroplets
      @CodingDroplets  หลายเดือนก่อน

      Thank you so much! Glad to hear that.

  • @anthonyquijano7697
    @anthonyquijano7697 4 หลายเดือนก่อน +2

    Quick and easy to follow, thank you..

    • @CodingDroplets
      @CodingDroplets  4 หลายเดือนก่อน

      Thank You for your feedback. Glad to hear that.

  • @LebaneseEntertainment
    @LebaneseEntertainment 6 หลายเดือนก่อน

    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?

  • @StephenMcCormick-j1u
    @StephenMcCormick-j1u หลายเดือนก่อน +1

    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);

    • @CodingDroplets
      @CodingDroplets  หลายเดือนก่อน

      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-j1u
      @StephenMcCormick-j1u หลายเดือนก่อน

      @@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!

    • @CodingDroplets
      @CodingDroplets  หลายเดือนก่อน

      May I know the dotnet version you are using

    • @StephenMcCormick-j1u
      @StephenMcCormick-j1u หลายเดือนก่อน

      @@CodingDroplets I am also using .Net 8

    • @StephenMcCormick-j1u
      @StephenMcCormick-j1u หลายเดือนก่อน

      @@CodingDroplets Missed the CascadingParameter 🤪. But now when I do get to the HttpContext it is null.

  • @nkkounmany3902
    @nkkounmany3902 3 หลายเดือนก่อน +1

    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?

    • @CodingDroplets
      @CodingDroplets  3 หลายเดือนก่อน

      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.

  • @shaharukhpathan5331
    @shaharukhpathan5331 2 หลายเดือนก่อน +1

    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."

    • @CodingDroplets
      @CodingDroplets  2 หลายเดือนก่อน

      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.

  • @saroshwadia
    @saroshwadia 9 หลายเดือนก่อน +1

    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

    • @CodingDroplets
      @CodingDroplets  9 หลายเดือนก่อน +1

      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.

    • @saroshwadia
      @saroshwadia 9 หลายเดือนก่อน

      Looking forward to that video where you show how to handle both Server and WASM together. Thx again@@CodingDroplets

  • @juanpazoss
    @juanpazoss 5 วันที่ผ่านมา +1

    is the project web server or web assembly?

    • @CodingDroplets
      @CodingDroplets  3 วันที่ผ่านมา

      Its a Blazor Server project

  • @DiegoVieira
    @DiegoVieira 7 หลายเดือนก่อน +3

    HttpContext aways null (using InteractiveServer render mode), any tips?

    • @futasccsloli
      @futasccsloli 7 หลายเดือนก่อน

      This tutorial is obsolete. the blazer app provides an template

    • @DiegoVieira
      @DiegoVieira 7 หลายเดือนก่อน

      @@futasccsloli you mean, if i create a new project as blazor web app with individual authentication enabled?

    • @CodingDroplets
      @CodingDroplets  7 หลายเดือนก่อน

      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)?

    • @DiegoVieira
      @DiegoVieira 7 หลายเดือนก่อน +1

      @@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

    • @futasccsloli
      @futasccsloli 7 หลายเดือนก่อน

      @@DiegoVieira Yes.But it uses efcore, and if you use another orm, you have to replace it.

  • @socomjoy4563
    @socomjoy4563 5 หลายเดือนก่อน +1

    when you press F5 you will be logged out, won't you? I'm struggeling implementing a persisent way in Server Blazor ...

    • @CodingDroplets
      @CodingDroplets  5 หลายเดือนก่อน

      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.

  • @wellington18m
    @wellington18m 8 หลายเดือนก่อน

    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

  • @gilbert3546
    @gilbert3546 9 หลายเดือนก่อน +1

    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!

    • @CodingDroplets
      @CodingDroplets  9 หลายเดือนก่อน +1

      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.

    • @gilbert3546
      @gilbert3546 9 หลายเดือนก่อน

      @@CodingDroplets Can't wait to see you solution, since you can't call AuthenticationState in service, only in Razor components.

  • @AP-pz9wp
    @AP-pz9wp 8 หลายเดือนก่อน +1

    If you refresh the page after successfully authenticating it forces you to login again?

    • @CodingDroplets
      @CodingDroplets  8 หลายเดือนก่อน

      No it won't. It will force to login again only after cookie expiry.

    • @socomjoy4563
      @socomjoy4563 5 หลายเดือนก่อน

      same problem right here, F5 is logging me out somehow

  • @kastriotgjoka7226
    @kastriotgjoka7226 9 หลายเดือนก่อน +3

    why the HttpContext is coming null at login page

    • @kastriotgjoka7226
      @kastriotgjoka7226 9 หลายเดือนก่อน +5

      i figured it bc it was at rendermode interactiveserver httpcontext is always null 😀

    • @gilbert3546
      @gilbert3546 9 หลายเดือนก่อน +1

      @@kastriotgjoka7226 had the same issue, thanks for letting us know

    • @CodingDroplets
      @CodingDroplets  9 หลายเดือนก่อน

      Thank you both for sharing your experiences! It's great to hear that you were able to identify the issue.

  • @DannysGalaxyTab
    @DannysGalaxyTab 4 หลายเดือนก่อน +1

    This is amazing my friend. Thank you so much.

  • @TobiasLarsen93
    @TobiasLarsen93 6 หลายเดือนก่อน +1

    Thank you so much for this! Exactly what i needed to understand how to implement auth!

    • @CodingDroplets
      @CodingDroplets  6 หลายเดือนก่อน

      You're very welcome! Glad to hear that.

  • @muhlurihlungwani508
    @muhlurihlungwani508 9 หลายเดือนก่อน

    Can you please show where the user can register first then login with the registered information.

    • @CodingDroplets
      @CodingDroplets  9 หลายเดือนก่อน +1

      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.

  • @lemonade2345-j4e
    @lemonade2345-j4e 6 หลายเดือนก่อน

    Excellent tutorial. You sir have showed me some things I have not seen in other videos yet. Thank you!

    • @CodingDroplets
      @CodingDroplets  6 หลายเดือนก่อน

      You are Welcome! Glad to hear that.

  • @softw.netcore7521
    @softw.netcore7521 6 หลายเดือนก่อน +2

    thanks very much. excelente video information! Congratulations!

    • @CodingDroplets
      @CodingDroplets  6 หลายเดือนก่อน

      You are Welcome! Glad to hear that.

  • @Perfeitor
    @Perfeitor 4 หลายเดือนก่อน +1

    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?

    • @CodingDroplets
      @CodingDroplets  4 หลายเดือนก่อน

      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.

    • @Perfeitor
      @Perfeitor 4 หลายเดือนก่อน

      @@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

    • @Perfeitor
      @Perfeitor 4 หลายเดือนก่อน +1

      I have found the problem. When the code I forgot about [SupplyParameterFromForm], after adding it the program runs fine even without rendermode

    • @CodingDroplets
      @CodingDroplets  4 หลายเดือนก่อน

      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!

  • @imashar
    @imashar 9 หลายเดือนก่อน +2

    Much Needed Video👏

    • @CodingDroplets
      @CodingDroplets  9 หลายเดือนก่อน

      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. 😊🚀

  • @leriosindane720
    @leriosindane720 9 หลายเดือนก่อน +1

    You Got a Eternal Subscriber😁

    • @CodingDroplets
      @CodingDroplets  9 หลายเดือนก่อน

      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.

  • @yassermian9913
    @yassermian9913 6 หลายเดือนก่อน

    great video. but how does built-in authentication system know about iuser_accoint table in sql.

  • @talkathiriify
    @talkathiriify 9 หลายเดือนก่อน +1

    Very useful.
    Thank you very much.

    • @CodingDroplets
      @CodingDroplets  9 หลายเดือนก่อน

      You're welcome! I'm glad you found the tutorial useful.

  • @MEIYANG-sj2sb
    @MEIYANG-sj2sb 3 หลายเดือนก่อน +1

    quality content, thanks!

    • @CodingDroplets
      @CodingDroplets  3 หลายเดือนก่อน

      Thank you for your feedback! I'm glad you enjoyed the content.

  • @RajK09
    @RajK09 9 หลายเดือนก่อน

    This is awesome tutorial, this is cool. You got a new subscriber!

    • @CodingDroplets
      @CodingDroplets  9 หลายเดือนก่อน +1

      Thank you so much for the kind words and for subscribing! I'm glad you found the tutorial helpful.

  • @RockoShaw
    @RockoShaw 6 หลายเดือนก่อน +1

    Awesome tutorial, thanks

    • @CodingDroplets
      @CodingDroplets  6 หลายเดือนก่อน

      Thank you! I'm glad you enjoyed the tutorial

  • @RajK09
    @RajK09 9 หลายเดือนก่อน

    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?

    • @CodingDroplets
      @CodingDroplets  9 หลายเดือนก่อน

      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.

    • @nishfury
      @nishfury 8 หลายเดือนก่อน

      @@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.

    • @yogeshgodse7372
      @yogeshgodse7372 7 หลายเดือนก่อน

      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

  • @kipchickensout
    @kipchickensout 7 หลายเดือนก่อน +7

    All the text and pictures bobbing and jiggling around is distracting

    • @CodingDroplets
      @CodingDroplets  7 หลายเดือนก่อน +2

      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.

    • @kipchickensout
      @kipchickensout 7 หลายเดือนก่อน +3

      @@CodingDroplets no problem, nice video

  • @danilovalim9400
    @danilovalim9400 7 หลายเดือนก่อน +2

    How to resolve HttContext always null? :(

    • @CodingDroplets
      @CodingDroplets  7 หลายเดือนก่อน

      Are you using any render-modes in login component?

    • @danilovalim9400
      @danilovalim9400 7 หลายเดือนก่อน

      @@CodingDroplets My project uses global Server Render.

    • @DiegoVieira
      @DiegoVieira 7 หลายเดือนก่อน

      @@CodingDroplets same problem here, I'm trying with InteractiveServer render mode

    • @prakriti_gupta
      @prakriti_gupta 7 หลายเดือนก่อน

      @@CodingDroplets Hi, I am also facing the same problem. But I am not explicitly using any rendermodes in the login component. Please help! :(

    • @danielpelissari7539
      @danielpelissari7539 6 หลายเดือนก่อน

      I removed "@rendermode InteractiveServer" it and it solved it for me!

  • @AdrianWoodUK
    @AdrianWoodUK 6 หลายเดือนก่อน +1

    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.

    • @CodingDroplets
      @CodingDroplets  6 หลายเดือนก่อน +1

      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.

  • @yaredalmaw6644
    @yaredalmaw6644 6 หลายเดือนก่อน +1

    Excellent

  • @GiantsOnTheHorizon
    @GiantsOnTheHorizon 7 หลายเดือนก่อน +1

    Thanks!

    • @CodingDroplets
      @CodingDroplets  7 หลายเดือนก่อน +1

      Thank You so much for the support!

  • @stephanegenet1523
    @stephanegenet1523 7 หลายเดือนก่อน +1

    I ❤ it !!! Ty

    • @CodingDroplets
      @CodingDroplets  7 หลายเดือนก่อน

      Thank you for your positive feedback! Glad to hear that.

  • @cfmoin2
    @cfmoin2 2 หลายเดือนก่อน +1

    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

    • @CodingDroplets
      @CodingDroplets  2 หลายเดือนก่อน

      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.

  • @minidragon76
    @minidragon76 9 หลายเดือนก่อน +1

    thanks you

    • @CodingDroplets
      @CodingDroplets  9 หลายเดือนก่อน

      You are most welcome!

  • @JohnAmbeliotis
    @JohnAmbeliotis 2 หลายเดือนก่อน +1

    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)

    • @JohnAmbeliotis
      @JohnAmbeliotis 2 หลายเดือนก่อน +1

      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? :)

    • @CodingDroplets
      @CodingDroplets  2 หลายเดือนก่อน

      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.

  • @RajK09
    @RajK09 9 หลายเดือนก่อน +1

    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?

    • @CodingDroplets
      @CodingDroplets  9 หลายเดือนก่อน +2

      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.

    • @socomjoy4563
      @socomjoy4563 5 หลายเดือนก่อน

      @@CodingDroplets would love to see that!

  • @StephenBargewell
    @StephenBargewell 6 หลายเดือนก่อน +1

    Thanks

    • @CodingDroplets
      @CodingDroplets  6 หลายเดือนก่อน

      Thank You So Much for the Support!