You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it is best to use req.header('header-case-insensitive-name')here. TBH IDK much about how express, or fastify works -- I mean normalizing headers. But what I am sure about it that it makes this lib a bit more resilient.
Hi dear reader,
I think it is best to use
req.header('header-case-insensitive-name')
here. TBH IDK much about how express, or fastify works -- I mean normalizing headers. But what I am sure about it that it makes this lib a bit more resilient.READ more.
I was writing some unit test and I found out how passport-jwt is working.
The text was updated successfully, but these errors were encountered: