Basic Authentication and Authorization in Blazor Web Assembly: Carl Franklin's Blazor Train ep 27

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

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

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

    Even if I was a __Borland Prolog__ developer, I'd watch this, and force myself to learn Blazor just for how y'all sang "BLAZOR TRAINnnn!.." at the intro!
    PROPS, guys!

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

    I've been banging my head against the wall all day. Your video gave me the exact code I needed.

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

    Excellent!
    Thank you very much Carl and DevExpress.

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

      You're welcome! Glad you're enjoying the series!

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

    Excellent video, thank you Carl

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

    Thank you, Carl, this tutorial is great!

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

    Excellent.. thank you carl. I am trying to implement this in existing code(Episode 16 in this series) but i am getting errors. if possible make the session to implement the identity in existing WASM project.

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

    Wonderfull solution! works great!! Had some strugles in the live environment but that had something todo with certificates. Thanks for this video!

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

    Very nice, thank you for it !
    Where should I add table with this system in my DB User, for exemple, phone, customUserfactory?

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

    Excellent video and topic as usual.
    Will you be covering Azure AD authentication anytime soon ?

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

      Thanks! You may want to watch this Friday's episode. Carl will be showing how to add Azure AD B2C to a Blazor app. ruclips.net/video/73qnhE9pW0E/видео.html

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

      Have a look at this link it may help you : ruclips.net/video/hZtCSf7eX1g/видео.html&ab_channel=AKAcademy

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

      @@DeveloperExpress Awesome, looking forward to it already.

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

    Any video for WebAssembly without hosted Client side Login ?

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

    Thanks so much to you and DevExpress for this "TOTALY WICKED" series (ref. The Incredibles).
    Carl - heard your podcast (.NET Rocks) talking about OAuth recently ("IdentityServer Update with Dominick Baier and Brock Allen").. and muttering under your breath about using it to secure WASM/Hosted, and some additional plumbing you had to do.. will you be doing a Blazor Train on this topic as well? Again -

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

      Great idea! We let Carl know and he said he could do that.

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

    This is not secure though, right? This is just for UI purposes, right? It's code that's checking whether or not I'm authorized, but the code is running in my browser. So I can do a WebDisassembly and change the code.

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

    Thanks for the great video! Very informative and easy to follow along. At 1:37 the database tables are created using update-database from the Package Manager console. I published the app and am trying to run in 'production' on another server, but am getting an exception when I try and login (I believe because the database tables aren't created). I believe I changed the connection string appropriately - any hints on how to create the database tables in production? (I've been googling for a couple hours but am so green I'm not even sure what I should be googling for...)

    • @souldeveloper
      @souldeveloper 3 года назад +3

      Figured it out! Instead of 'update-database', run 'Script-Migration' from the package manager console which generates a script you can run in SQL Server Management Studio on your production server (from this link: docs.microsoft.com/en-us/ef/core/managing-schemas/migrations/applying?tabs=vs)

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

    the tutorial is ok but the main concern is... if you already have a page, how do you secure it?... that's the main problem, how to add custom authentication without ms wizard...

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

      Great question! Carl says he will answer this on next week's episode.