Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

7
  • Why would the client want to verify the token? Commented Jan 23, 2020 at 14:29
  • Its an HR application, where users will send potentially confidencial information from the client (project related information, or even personal) isnt it best practice to do so? verifying the token would allow to know if a token was tampered with would know not send information back to the server? No? Commented Jan 23, 2020 at 14:34
  • What would be the point of using a tampered token? The original web server would not be able to use it and nothing would work. Commented Jan 23, 2020 at 14:36
  • Yes that is correct. So from ur perspective there is no point in validating the token from the server? Commented Jan 23, 2020 at 14:37
  • 1
    Exactly, because a.) you can't do it anyways and b.) you can't do anything about it either. Commented Jan 23, 2020 at 14:40