aarona / devise_jwt_auth

A JWT-based port of Devise Token Auth
Do What The F*ck You Want To Public License
7 stars 2 forks source link

Conform to Authorization header standards. #5

Open aarona opened 4 years ago

aarona commented 4 years ago

Currently, tokens are sent through custom headers access-token: <jwt token> and refresh-token: <jwt token>. It would be better if they were sent using Authorization: bearer <jwt token>