Easily Implement JWT Authentication in a .NET Application - FIREBASE AUTHENTICATION .NET TUTORIAL

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

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

  • @danielcarmona7386
    @danielcarmona7386 ปีที่แล้ว +4

    This video should have 1M likes at least. Very good explained and it works. Thanks

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

    Thanks for excellent explication!

  • @AdhanMaldonado
    @AdhanMaldonado ปีที่แล้ว +1

    amazing explanation!

  • @Nicht_Danny
    @Nicht_Danny ปีที่แล้ว

    Extremely helpful. Thanks! surprised there are so few views

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

    This was a great video, although I would've preferred more in depth explanations. My current issue with this implementation is that we authorize the user and create a dictionary of claims consisting of the user's info...but how do I access this in any way? That's the info I need to create a Model I can't seem to find a way to access it in this implementation.

  • @BeninJayadhas
    @BeninJayadhas ปีที่แล้ว +1

    How you initialized auth provider , since it is abstract

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

    Excellent video!

  • @ronistiawan1130
    @ronistiawan1130 2 ปีที่แล้ว +1

    Thank you so much for this

  • @ROLOGamingOfficial
    @ROLOGamingOfficial ปีที่แล้ว +2

    They updated to version 4 and pretty much broke everything. I downgraded to V3.7

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

    how are you showing name in claims? i only see email and uid and other things

  • @fury717
    @fury717 ปีที่แล้ว

    Subscribed. Good video

  • @dotnetdevni
    @dotnetdevni ปีที่แล้ว

    Is there a way to use this in blazor and it honour the authorised views etc and controller attributes such as authorise

    • @quikjfpv1665
      @quikjfpv1665 ปีที่แล้ว

      I'm also trying to do the same thing.

  • @ROLOGamingOfficial
    @ROLOGamingOfficial ปีที่แล้ว

    My override method never gets called and I always get a Unauthorized response.

    • @energyman100
      @energyman100 ปีที่แล้ว

      If it doesn't get called, make sure you have builder.Services.AddAuthorization() and that you're running app.UseAuthorization(); after app.UseAuthentication();

  • @whatever7182
    @whatever7182 ปีที่แล้ว +3

    really frustrating that the linked repo isn't what was covered in the video

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

      imagine having your cake and eating it too lol

  • @aronbelicza4365
    @aronbelicza4365 ปีที่แล้ว

    there is no GetAuth method after await FirebaseAuth. ? 10:25

    • @aronbelicza4365
      @aronbelicza4365 ปีที่แล้ว

      I managed to find it here> FirebaseAdmin.Auth.FirebaseAuth.GetAuth