vdntruong / gojwt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gojwt

get token

curl -X POST http://localhost:8080/signin -H "Content-Type: application/json" -d '{"username": "truong", "password": "951951"}'

get task status

curl -X GET http://localhost:8080/task/15 -H "Content-Type: application/json" -H "Authorization: Bearer <token-here>"

About


Languages

Language:Go 100.0%