0c9c893237a5dfeec55f5266dd91e7a1ff7eda8f
With jwt authentication. - POST /toktok {password} -> {token} - GET /bandz -> {bandz} - POST /wrap -> {id}
chikinz
yarn install
Launch:
node index
Service then available at [http://localhost:3000]
Get a token:
curl -H 'Content-Type: application/json' -d '{"password": "..."}' http://localhost:3000/toktok
Use the token:
curl -H 'Content-Type: application/json' -H 'Authorization: Bearer <<token here>>' -d '{data}' http://localhost:3000/wrap
Description
Languages
JavaScript
87.3%
HTML
12.7%