Wekan / Bugs
I also created a Github Issue for this: https://github.com/wekan/wekan/issues/3365
As an overview, after successfully logging in (Server return id, token and expiration Date), I can't use that token to get my boards.
This is my Request:
curl -H 'Authorization: [token]' \-H 'Accept: application/json' \-X GET [domain]/api/boards