|
|
|
|
|
by jillesvangurp
1353 days ago
|
|
Paseto tokens don't really address any problem that is actually that important/relevant. JWT is good enough and when used properly have no security issues. Basically, sign them using a sane algorithm, distribute them over https and of course manage your private keys in a sane way. Companies not capable of doing this properly have bigger issues that Paseto won't fix either. Such companies would do well to use products/frameworks based on standards implemented by people that do know what they are doing. And mostly those would rely on JWTs. |
|
That's the whole problem. The majority of the time I've seen of JWTs, they weren't "used properly".