prasmussen / glot-run

API for running code inside docker containers
https://run.glot.io/
MIT License
147 stars 48 forks source link

Wrong auth token #29

Open stephenjesus opened 5 years ago

stephenjesus commented 5 years ago

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