prasmussen / glot-run

API for running code inside docker containers

Home Page:https://run.glot.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong auth token

stephenjesus opened this issue · comments

When i tried a this curl command 'curl -4 -sv -H "Authorization: Token some-secret" -H 'Content-type: application/json' -X POST -d '{"files": [{"name": "main.sh", "content": "echo "hello"\n"}]}' 54.152.33.106:8090/languages/bash/latest'
it reply 'Wrong auth token' message.
how to set auth token and where to set auth token??

@prasmussen @javierprovecho