Blazor WebAssembly Authentication (Part 1: Back End)

Поділитися
Вставка
  • Опубліковано 25 жов 2024

КОМЕНТАРІ • 21

  • @RubenHeerenDev
    @RubenHeerenDev  3 роки тому +1

    Join the Discord community to chat with other devs and get help if you're stuck on something.
    discord.gg/dcvmDnegsn

  • @xcasalsv_
    @xcasalsv_ 2 роки тому +2

    This is the best auth tutorial ever. Thank you. You made my day!

  • @rotr8967
    @rotr8967 2 роки тому +1

    Very good and clear auth tutorial. thanks so much!!

  • @louitacata
    @louitacata 3 роки тому +2

    I really like the way you explain. It is very clear. Of all the tutorials I have watched, so far yours is the best. I hope you will also make permission based authentication.

    • @RubenHeerenDev
      @RubenHeerenDev  3 роки тому +1

      Thanks I appreciate that! I'll add it to my backlog.

  • @wandie87
    @wandie87 2 роки тому

    Great tutorial. Explanation is at a good pace and includes the usual errors I run into, i.e saving the csproj after adding nuget packages :P

  • @yusriwandy6036
    @yusriwandy6036 2 роки тому +1

    excellent!. thank you.

  • @luisfernandodeolazabalsche3317
    @luisfernandodeolazabalsche3317 3 роки тому +1

    Thank you very much for the video, it shows that you know ;-)

  • @michaelangelomerza3966
    @michaelangelomerza3966 3 роки тому

    Do you have this tutorial for .net 5.0? I cant install the 6.0 on my system. Even though I've already ticked the "Use previews of the .net SDK" on options 〉preview features.

    • @RubenHeerenDev
      @RubenHeerenDev  3 роки тому

      Strange! Try uninstalling VS and .NET and reinstall them. VS 2022 comes pre bundled with the .NET 6 SDK I believe. Here's a download link for the .NET 6 SDKs: dotnet.microsoft.com/download/visual-studio-sdks
      Hope it helped.

  • @fieryscorpion
    @fieryscorpion 2 роки тому +1

    Is this the course you have on Udemy?

  • @zsomborveres-lakos
    @zsomborveres-lakos 3 роки тому

    39:48 How is that possible, that a helping text appears in the code editor? ( by helping text I mean = await _userManager)

    • @RubenHeerenDev
      @RubenHeerenDev  3 роки тому +1

      That's the AI assisted code completion. It's code completion based on what others have typed previously in a similar context. In VS 2022 Preview I believe you can enable it with the following steps:
      Tools -> Options -> Search for Preview Features -> Check Enable all IntelliCode preview features.
      You also sometimes get a bar asking to enable AI-assisted code completion I believe.
      Relevant devblog link: devblogs.microsoft.com/visualstudio/type-less-code-more-with-intellicode-completions/
      Hope this helped!

  • @HoratioKJV
    @HoratioKJV 2 роки тому

    An hour, 6 technologies, and over 100 lines of code just to create auth? Such an impractical framework. Laravel does all this in one command make:auth.

  • @zsomborveres-lakos
    @zsomborveres-lakos 3 роки тому

    52:37