Technology
HomeArchitectureLeadership
  • Tools & Technology
  • JavaScript
    • LRU Cache
    • JWT
  • 🖊️Blog Notes
    • Handling Errors - Best Practices
  • Course Notes
    • Fundamentals of Backend Engineering
    • Internet Protocol
  • 🪶Misc
    • Glossary
    • Mathematical Formulaes
Powered by GitBook
On this page
Edit on GitHub
  1. JavaScript

JWT

JSON Web Tokens

Problems

  • Sicne everything is inside the token, it is very hard to invalidate it, in case it got stolen.

    • This is why, they have short validity

PreviousLRU CacheNextHandling Errors - Best Practices

Last updated 1 year ago