Base URL: https://baby-todo.onrender.com
Socket URL: https://baby-todo.onrender.com
-
After sign in you need to provide
authorizationheader that will containBearertoken. eg:Bearer YOUR_TOKENand for WebSocket you need send this token ashandshake.auth.token. -
You also need to provide
exclude-socketheader that will not resend you any data that you don't need. this header will contain your connected socket id.