Kevinwochan / Slackr

An naive instant messaging web application built in ReactJS and Python Flask
1 stars 1 forks source link

JWT vulnerability #3

Open Kevinwochan opened 4 years ago

Kevinwochan commented 4 years ago

Using a JWT with a known user. A attacker could brute force the secret key to hijack active JWTs.

Kevinwochan commented 4 years ago

Solution

Maybe use https://github.com/paragonie/paseto/blob/master/README.md