react-adal icon indicating copy to clipboard operation
react-adal copied to clipboard

serverside user validation

Open davibe opened this issue 4 years ago • 0 comments

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

davibe avatar Feb 27 '20 07:02 davibe