Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. It's the responsibility of both client and server to take more security precautions
  2. Local storage exist across all browser tabs and restarts. Session last only as long as browswer tab is open.
  3. It's solves the problem that JWT's are forever.
  4. A refresh endpoint is protected.
  5. An expired jwt requesting a refreshed JWT would fail.
  6. Set a callback to execute at a later time.
  7. ClearTimeout clears a settimout. It takes the set time variable as an argument.
  8. 1,2,3,4,6,7,
  9. Industry standard protocol for authentication systems
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement