|
|
|
|
|
by cogman10
1363 days ago
|
|
> Now it's really hard to argue with architects / developers why cookie authentication / bearer token makes more sense than JWTs. Because that's a nonsensical argument? JWT is just a token + validation. Nothing more. You can use JWTs in cookie authentication, you can use them as bearer tokens. The only thing JWTs are doing is carrying a payload and signing it. Now, if you want to talk about Oath2 or OIDC then maybe there's a different argument to be had. |
|
I imagine that is the main argument. People use JWT because it's standardized on the authentication protocol... The same authentication protocols that are horrible in many more ways than simply using a bad token format.
Yet everybody jumped into them when Google commanded.