Open lgrkvst opened 4 years ago
Hey @lgrkvst! Thanks for the issue.
It looks like your API Keys are not valid:
echo -n 'MjyNj0Mwo=' | base64 --decode # 2<??C0
You need to provide your API key as the basic auth username value. You do not need to provide a password.
The default API Key configured in docker-compose is 123
. I added a bit more details to the docs:
https://docs.decimals.app/docs/sequence/docs/start-.md#authentication
It looks like we have a bug in the code parsing the keys. It should give you a 403 instead of a 500. I will fix this soon.
Hi, I'm playing around with Sequence and bumped into trouble early on:
Somehow related to the fact that I'm using a false authentication. If I remove the auth header, server gives me
{"message":"Invalid credentials."}
.Any ideas?