GiovanniSlabs
GiovanniSlabs
Hi, this is my configuration ``` const sendRequest = axios.create({ baseURL: import.meta.env.VITE_SERVER_URL, withCredentials: true }) const refreshAuthLogic = (failedRequest) => sendRequest.post('/admin/refresh').then(() => { setUserInfo(prev => ({ ...prev, logged: true, }))...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...