laravel-jwt
laravel-jwt copied to clipboard
Allowed token detection methods to be defined in config file
trafficstars
My use case was that only Authorization: Bearer should be allowed and not token via a GET or POST parameter.
The requirement for this is to remove the risk of CSRF or use of cross origin requests with stolen or compromised tokens.







