JWT, OSCP, OWASP TOP 10 and web vulnerabilities

Enumeration and Exploitation of Json Web Tokens (JWT)

🔐 Enumeration and Exploitation of JSON Web Tokens (JWT) JSON Web Tokens (JWT) are the most common mechanism nowadays for handling authentication and authorization in web applications. It’s an open standard (RFC 7519) that defines a compact format for transmitting signed information between client and server. The problem is that many implementations blindly trust the […]