- Fix authorization access only can used JWT type
Example
curl -i -H "Authorization: JWT <your_token>" http://localhost:8080/test # Valid
curl -i -H "Authorization: XAD <your_token>" http://localhost:8080/test # Invalid
curl -i -H "Authorization: <your_token>" http://localhost:8080/test # Invalid