cgsdev0 / rollycubes

online multiplayer dice game
https://rollycubes.com/
MIT License
19 stars 10 forks source link

make a logout button #93

Closed brimonk closed 1 year ago

cgsdev0 commented 1 year ago

to do this, we need to make a POST to /logout on the auth server

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

cgsdev0 commented 1 year ago

done ez