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
Hey there!
I'm using this with some authentication on top of it (like SSO), that means the XHR request needs cookies to work.
I just added .withCredentials = true; which seems reasonably safe as a default in the code.
Would you take such change? I can send a PR.
The text was updated successfully, but these errors were encountered:
Hey there!
I'm using this with some authentication on top of it (like SSO), that means the XHR request needs cookies to work.
I just added .withCredentials = true; which seems reasonably safe as a default in the code.
Would you take such change? I can send a PR.
The text was updated successfully, but these errors were encountered: