redux-toolkit
redux-toolkit copied to clipboard
Redirect Endpoint?
I'm working on writing a little API for communicating with my authentication server. For logging in and out, it is necessary to perform a redirect. Does RTK Query currently support the ability to perform redirects? Or would this be a place to use queryFn
? Thanks :)