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
{{ message }}
This repository was archived by the owner on Aug 29, 2018. It is now read-only.
The method fromAuthHeader only checks headers in the form of "Authorization: JWT {token}".
Maybe this should be added anyway, but most implementations prefer Bearer.
This checks for Bearer in a case-sensitive manner, but that should be fine according to RFC6750.
It should also probably be the first priority. It's as simple as changing these lines to these:
and writing a quick test.
The text was updated successfully, but these errors were encountered: