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
MC authentication looks for the JWT in either "Authorization: Bearer" header, or "token" http cookie, but does not do any consistency check if both are specified. MC should invalidate any requests where both are specified and they do not match.