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
change credentials mode from "omit" to "same-origin" when set to false (#27)
Caution
This is a breaking change, as users with withCredentials not set or set to false, will now send cookies to same-site instead of sending not them.
Be sure that this is acceptable for your use case.
Tip
If the credentials mode should still be set to omit, you can set the omitCredentials parameter to true.
If withCredentials is also set to true, omitCredentials will take precedence.
Bug Fixes
change credentials mode from "omit" to "same-origin" when set to false (#27) (bf882f3)