You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2022. It is now read-only.
Although the websocket connections work just fine, I'm unable to use an authtoken to make API calls (such as to /api/messages/unread), as it just returns a forbidden error.
Using a session id works, so I'm not sure if I'm doing something wrong or if it's just not supposed to be possible to access the API using just an authtoken. If not, is it possible to acquire a session id using an authtoken?