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>
The text was updated successfully, but these errors were encountered:
Currently, tokens are sent through custom headers
access-token: <jwt token>
andrefresh-token: <jwt token>
. It would be better if they were sent usingAuthorization: bearer <jwt token>
The text was updated successfully, but these errors were encountered: