solid-contrib/solid-client

Make XHR's withCredentials param optional, expose to developer

Closed this issue · 1 comments

Currently, withCredentials is hardcoded in web.solidRequest. Make optional, allow developer to toggle it in the call's options.

Implemented, closing.