A real incident from the finance app I build solo. The security design
was textbook. That's exactly why it bit me.
The textbook setup
Short-lived access token, long-lived rotating refresh token. Every
time the client refreshes:
A real incident from the finance app I build solo. The security design was textbook. That's exactly...
A real incident from the finance app I build solo. The security design
was textbook. That's exactly why it bit me.
The textbook setup
Short-lived access token, long-lived rotating refresh token. Every
time the client refreshes:

The day I thought my application was finally "finished"... I stopped being its developer. And...

The Bug That Started It All It began as a small bug I found myself while testing: OTP...

This is a submission for DEV's Summer Bug Smash: Smash Stories powered by Sentry. Every app has its...

Hash the password, hand out a token, and make absolutely sure no one can read someone else's...

Every company knows when it revoked access. None knows when access stopped. I built this...

Your AI assistant just wrote 400 lines of authentication middleware. It looks clean. It passes lint....