I came accross the issue that I was not able to use the Authorization Bearer header to authorize my requests.
When I used the custom Cockpit-Token header everything worked properly.
I think a custom header is a good alternative, I just don't want to send the token in the request URL as parameter.
EDIT: I'm using version 0.12.2
Maybe this is just a setup issue of mine, just wanted to share my experience.
I came accross the issue that I was not able to use the
Authorization Bearer
header to authorize my requests. When I used the customCockpit-Token
header everything worked properly.I think a custom header is a good alternative, I just don't want to send the token in the request URL as parameter.
EDIT: I'm using version
0.12.2
Maybe this is just a setup issue of mine, just wanted to share my experience.