Closed brimonk closed 1 year ago
to do this, we need to make a POST to /logout on the auth server
/logout
this is the file we should add the request to: https://github.com/cgsdev0/rollycubes/blob/main/client/src/api/auth.ts
docs for how to do a mutation: https://redux-toolkit.js.org/rtk-query/usage/mutations
done ez
to do this, we need to make a POST to
/logout
on the auth serverthis is the file we should add the request to: https://github.com/cgsdev0/rollycubes/blob/main/client/src/api/auth.ts
docs for how to do a mutation: https://redux-toolkit.js.org/rtk-query/usage/mutations