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
The POST and PUT methods now return JSON by default, with the JWT located in the token field. The response can return just the token if application/jwt is set in the Accept header. All HTTP errors are now of JSON type, with error: true (as opposed to valid requests having ok: true)