|
|
|
|
|
by bayesian_horse
1255 days ago
|
|
There is no reason to use JWT in this case. Because you trust your session store, right? The only benefit of JWT is when you can't trust the "hands" the token passed through. Otherwise just use JSON... Not sure what "stateful JWT authentication" is supposed to be anyway... |
|