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