|
|
|
|
|
by mcny
3078 days ago
|
|
I would suggest everyone to stay away from jwt unless they're willing to spend the time to learn how it works. I believe the meta is that jwt is solid itself but allows doing things "wrong". Guardrails so to speak are insufficient if not outright lacking. I'd say just go with plain text token for a web app. I don't like the idea of trusting the client because I don't understand how jwt works. |
|