You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the user performs some api call (rest / socket.io) from the page to my server i need to check the user is properly logged in. This check must be done on the server side before taking any action, otherwise a malicious user could try to use the apis directly. What is the best way to do this ? Thx
The text was updated successfully, but these errors were encountered:
When the user performs some api call (rest / socket.io) from the page to my server i need to check the user is properly logged in. This check must be done on the server side before taking any action, otherwise a malicious user could try to use the apis directly. What is the best way to do this ? Thx
The text was updated successfully, but these errors were encountered: