How to verify a Firebase ID token using jose in node?
I'm trying to verify a JWT (session cookie) following the instructions here guided by this sample implementation in Python using the jose package (although I'm open to other node packages). Why? I'm aware that I can use Firebase's verifySessionCookie to…