Advertisement
Guest User

Untitled

a guest
May 25th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. 1. The server
  2. 2. session storage lasts as long as the session (usually the tab) is open for. Unlike the local storage that keeps the data forever till cleared.
  3. 3. It solves the problem of a malicious party using a JWT that is no longer in use
  4. 4. Protected
  5. 5. Ideally the server would catch that and black list the expired JWT
  6. 6. It means its running in the background and has not been executed
  7. 7. removes a setTimeout function or a call and you pass the function assigned to a variable to it
  8. 8. 4
  9. 9. The industry standard protocol for authentication systems
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement