Closed Jonas-Sander closed 4 years ago
Firebase Auth creates a JWT with a "kid"-header claim which I want to read. JWT does not expose its internal _headers map though, which forces me to decrypt encodedHeader a second time in order to read the kid.
JWT
_headers
encodedHeader
kid
Firebase Auth creates a JWT with a "kid"-header claim which I want to read.
JWT
does not expose its internal_headers
map though, which forces me to decryptencodedHeader
a second time in order to read thekid
.