devise-jwt icon indicating copy to clipboard operation
devise-jwt copied to clipboard

There is an issue with the handling of the `Authorization`

Open amanullahtanweer opened this issue 1 year ago • 1 comments

There is an issue with the handling of the Authorization header in the devise-jwt gem. The gem currently expects the header to be authorization (with a lowercase "a"), which is incorrect. According to the HTTP specification, headers are case-insensitive, but the standard convention is to use Authorization with a capital "A".

amanullahtanweer avatar Jun 01 '24 14:06 amanullahtanweer

Can you create a bare minimum repository reproducing the issue?

waiting-for-dev avatar Jun 02 '24 13:06 waiting-for-dev

Closing for now. Please, provide the repository reproductin the issue if it's still a problem.

waiting-for-dev avatar Jul 10 '24 14:07 waiting-for-dev