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 <>' -d '{data}' http://localhost:3000/wrap ```