Basic Authentication and Authorization in Blazor Server: Carl Franklin's Blazor Train ep 26

Поделиться
HTML-код
  • Опубликовано: 3 дек 2024

Комментарии • 44

  • @drcruz404
    @drcruz404 3 года назад +1

    Easy, direct to the point, no fluk fluk talking. All done in less than 19 minutes. Literally amazing!

  • @LobsterHarry
    @LobsterHarry 2 года назад +1

    This whole series helped me a lot. Thank you Carl. Keep riding…

  • @ElCidPhysics90
    @ElCidPhysics90 2 года назад +1

    This was such a good tutorial. You are a great teacher.

  • @stevenaughton9372
    @stevenaughton9372 2 года назад +1

    Much better than Pluralsight!

  • @MarkInChicago
    @MarkInChicago 4 года назад +2

    Very helpful! Thanks Carl and DevExpress

    • @ephraimjake5857
      @ephraimjake5857 3 года назад

      pro trick : watch series on Flixzone. Me and my gf have been using them for watching all kinds of movies these days.

    • @julianjackson456
      @julianjackson456 3 года назад

      @Ephraim Jake yea, have been watching on flixzone for since november myself :D

    • @stetsondayton4491
      @stetsondayton4491 3 года назад

      @Ephraim Jake Definitely, have been using flixzone for months myself =)

  • @mahfoudbouabdallah6286
    @mahfoudbouabdallah6286 3 года назад +1

    Thank you very much carl.
    This series of videos helped me so much.
    I hope you can make a video implementing authentication and authorization with blazor server side and (Data Access (API/DataManager/EF) ) you created previously on episod 16.
    Big thanks again.

  • @leonardvanonselen
    @leonardvanonselen 2 года назад

    Great video 👌

  • @saroshwadia
    @saroshwadia 3 года назад +2

    Is there a way to setup Authentication and Authorization in a Blazor Server App without using Identity and without creating those AspNet* tables?

  • @DanKCarlsbad
    @DanKCarlsbad 4 года назад +2

    I like how you add extra related components to these videos. Any thoughts about using an identity provider like Okta?

    • @JohnMarsing
      @JohnMarsing 4 года назад

      Or Auth0, that's what I'm using to convert wi my existing Razor Page app with

  • @addtyu6176
    @addtyu6176 3 года назад +6

    Finally a non indian tutorial!

  • @MihaiMoisei
    @MihaiMoisei 4 года назад +2

    This was really helpful.

  • @parashgoswami264
    @parashgoswami264 3 года назад

    Thanks for the great tutorial.please let me know the episode where you have shown how to customise the ui for login

  • @kolesplace
    @kolesplace 3 года назад +2

    Is it common practice to handle Identity in it's own database versus using an existing that my API application is utilizing?

    • @torrvic1156
      @torrvic1156 Год назад

      I saw some very experienced developers are doing separate db for auth and authorization purposes. BUT they do it because they use EF for this db and Dapper for the ordinary stuff no related to security. I recommend you to use two databases if you want to use Identity.

  • @johnnyxp64
    @johnnyxp64 3 года назад +1

    i wish there was a Blazor client side episode for authentication

  • @andrewkelleher1425
    @andrewkelleher1425 Год назад

    Fantastic, and runs fine on my machine, but throws errors when run on Docker (fail: Microsoft.AspNetCore.Antiforgery.DefaultAntiforgery). Any experience or tips?

  • @rechardpreston5581
    @rechardpreston5581 Год назад

    How would you implement this if using microsoft identity for login?

  • @chezchezchezchez
    @chezchezchezchez 3 года назад +2

    Wait a min, there IS NO Identity Manager!
    Where is it?
    Thanks!

    • @yodadude1
      @yodadude1 2 года назад +1

      I had the same question, where is identity manager?

  • @stevenbense3504
    @stevenbense3504 3 года назад

    Works great on local machine and Visual Studio. Deploying to Azure App Service does not go as smoothly - a how-to on that would be really helpful.

  • @peterjeynes4088
    @peterjeynes4088 4 года назад +1

    Great video, thank you

  • @jdc1533
    @jdc1533 2 года назад

    Where can one edit the UI of the Register/Login page?

  • @Eamo-21
    @Eamo-21 3 года назад

    thanks Carl, Great video

  • @cissemy
    @cissemy 3 года назад

    Thanks Carl
    How can I add Claims.
    I want to add claim to delete and claim to edit.

  • @p4nc4ket1me
    @p4nc4ket1me 3 года назад

    Is this compatable with .net core 5?

  • @leodacullo3950
    @leodacullo3950 3 года назад

    Hi! Great tutorial! Can I ask about how to setup authentication using your windows credentials(the one you use to sign in on your computer)?
    Im still lost in these area, please help

  • @iancarr3923
    @iancarr3923 3 года назад

    Excellent,, many thanks.

  • @vietho8471
    @vietho8471 3 года назад

    Thank you so much for the video

  • @hongkyuchung5769
    @hongkyuchung5769 3 года назад

    very helpful instruction!

  • @lukagustincic3702
    @lukagustincic3702 3 года назад

    Can we use same username and password for basic login and same UN and PW to access api with JWT token?

  • @zencha4889
    @zencha4889 3 года назад

    Thanks for this! I have a question: How to change roles for the users _without_ the Identity Manager? Do you have a video of that as well? =)

    • @ibrahimhussain3248
      @ibrahimhussain3248 3 года назад

      You could connect to the database manually and add roles to the tables. Can use something like SSMS or via VS from server explorer

    • @ibrahimhussain3248
      @ibrahimhussain3248 3 года назад

      Or refer to the code in Identity Manager to implement crud yourself

  • @petrkomarek7249
    @petrkomarek7249 3 года назад

    Thanks very much

  • @quranicscience9631
    @quranicscience9631 11 месяцев назад

    from Bangladesh