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

preview_player
Показать описание
Learn how to use Firebase Authentication in a .NET application. Firebase Authentication relieves us from the pain of implementing our own custom JWT authentication (and it's free)!

In this demo, I show how to register and login Firebase user's from a client-side .NET application (console, WPF, UWP, etc.) and how to verify Firebase JWTs from a ASP.NET application. Finally, I complete the full flow by logging a user in from the client application and sending an HTTP request to an authenticated route on the ASP.NET application.

TIMESTAMPS:
0:00 - Introduction
0:59 - Demo Introduction
1:42 - Firebase Project Setup
3:12 - Client-Side Firebase Register/Login
6:08 - Server-Side Firebase JWT Verification
13:44 - Authenticating Client Firebase JWT with Server
17:32 - Summary
18:20 - Conclusion

OTHER LINKS:
Рекомендации по теме
Комментарии
Автор

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

danielcarmona
Автор

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

ROLOGamingOfficial
Автор

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.

jacobgordon
Автор

How you initialized auth provider, since it is abstract

BeninJayadhas
Автор

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

ismailkassim
Автор

Extremely helpful. Thanks! surprised there are so few views

Nicht_Danny
Автор

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

ROLOGamingOfficial
Автор

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

dotnetdevni
Автор

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

whatever
Автор

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

aronbelicza