This video should have 1M likes at least. Very good explained and it works. Thanks
@jacobgordon64315 ай бұрын
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 Жыл бұрын
How you initialized auth provider , since it is abstract
@alekscosevoi41575 ай бұрын
Thanks for excellent explication!
@AdhanMaldonado Жыл бұрын
amazing explanation!
@KamelJabber17 ай бұрын
Excellent video!
@ismailkassim632510 ай бұрын
how are you showing name in claims? i only see email and uid and other things
@Nicht_Danny Жыл бұрын
Extremely helpful. Thanks! surprised there are so few views
@shoco22 ай бұрын
You are my savior
@dotnetdevni2 жыл бұрын
Is there a way to use this in blazor and it honour the authorised views etc and controller attributes such as authorise
@quikjfpv1665 Жыл бұрын
I'm also trying to do the same thing.
@ronistiawan11302 жыл бұрын
Thank you so much for this
@ROLOGamingOfficial Жыл бұрын
My override method never gets called and I always get a Unauthorized response.
@energyman100 Жыл бұрын
If it doesn't get called, make sure you have builder.Services.AddAuthorization() and that you're running app.UseAuthorization(); after app.UseAuthentication();
@aronbelicza43652 жыл бұрын
there is no GetAuth method after await FirebaseAuth. ? 10:25
@aronbelicza43652 жыл бұрын
I managed to find it here> FirebaseAdmin.Auth.FirebaseAuth.GetAuth
@ROLOGamingOfficial Жыл бұрын
They updated to version 4 and pretty much broke everything. I downgraded to V3.7
@fury7172 жыл бұрын
Subscribed. Good video
@whatever71822 жыл бұрын
really frustrating that the linked repo isn't what was covered in the video