Skip to main content

Security

2023


2020


Token invalidation in distributed systems

·711 words·4 mins

Building fast systems can be tricky and distributed computing is often the approach taken to improve performance. This introduces unique challenges in the realm of security - specifically handling Authentication & Authorization. OAuth 2’s JSON Web Tokens solve this but introduce risks with revocation.

2016