Viewing profile — CodeLieutenant
CodeLieutenant
HN member- Joined
- Sat, May 23, 2026, 5:41 PM UTC
- HN karma
- 28
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About CodeLieutenant
No profile information was provided.
Recent public activity
-
comment
Comment #48250779
I'm not, first of all, English is not my first language and I dont see any problems with this sentence. This is not AI, and I'm not lying, but you can believe in whatever you want,…
-
comment
Comment #48250749
JWT is not a solution for that, any regular token fixes this problem. If you need something like that you can build an auth server, and everybody talks to auth server. I've built t…
-
comment
Comment #48250665
I've never said JWT is insecure. It's just hard to do it right, even with libraries. Most libraries just give you HERE IS THE SIGNED TOKEN, but everything else is on you. I've impl…
-
comment
Comment #48250600
You have, and so unknowingly. If you change password, this one triggers, you have to login everywhere. e.g Instagram, Facebook, Github etc.
-
comment
Comment #48250588
Yes you can invalidate them, but comes at the cost that you have to write the machinery yourself, that is the point. If you miss something, that's security issues, and I say you ca…
-
comment
Comment #48250528
Thank you very much, YOU ARE SOMEONE YOU ACTUALLY UNDERSTAND WHAT IM RANTING HERE. You dont need JWT, just use something else and you will be fine, this is the gist of it.
-
comment
Comment #48250113
It's not, it's just something that I've had problem with a long time. Not everything is AI generated, and I hate if someone writes AI articles especially something important like t…
-
comment
Comment #48250095
Who is not, X86_64 is an extension to X86. Same thing, no need to nitpick
-
comment
Comment #48250051
You dont need jwt so that you can authenticate API or Mobile app. people were doing exactly that long before JWT was invented.
-
comment
Comment #48249970
You have never used "Log me out from everywhere" feature. I've used it. Also it's for I want to change my password and invalidate all sessions.
-
comment
Comment #48249950
Still the same problem, if your account is compromised, you cannot invalidate the session, same for web, same for native app. You need to store it so that it can be blacklisted.
-
comment
Comment #48249924
How that is possible, when every web framework has a package for handling sessions, and in a secure manner. Rolling everything on your own is time consuming and error prone. I know…
- story
- story