Skip to content

Version 1.3.1

Latest
Compare
Choose a tag to compare
@supanadit supanadit released this 11 Jul 00:58
  • 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