I have authenticated JWT token and it's in session storage.
Machine 1 logged in as normal user Machine 2 logged in as admin
If i replace machine 1 jwt token into machine 2 in session storage and if i do further api call the server should say unauthorised access.