2022-09-11 15:05:32 +02:00
2022-09-11 15:05:32 +02:00
2022-09-07 12:40:19 +02:00
2022-09-07 12:40:19 +02:00
2022-09-11 12:45:48 +02:00
2022-09-11 12:45:48 +02:00
2022-09-07 12:40:19 +02:00
2022-09-07 19:08:49 +02:00

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
No description provided
Readme 88 KiB
Languages
JavaScript 87.3%
HTML 12.7%