AustP / jwt-express

Climb aboard the JWT Express and use JWTs in your Express app with ease!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for both cookie and Authorization.

Celleb opened this issue · comments

Currently you can only chose between using a cookie or Authorization header for transmitting the token. I would be nice if it supports both.