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
Currently, tokens are sent through custom headers access-token: <jwt token> and refresh-token: <jwt token>. It would be better if they were sent using Authorization: bearer <jwt token>