auth-verify — OTP, JWT, and cookie-based auth helpers for Node.js (built for devs)
Managing authentication should be boring — but in practice you end up writing a lot of repetitive glue: generate OTPs, send emails/SMS, throttle resends, store tokens (memory/redis), sign JWTs, set cookies, verify tokens on incoming requests.
I built...
authverify.hashnode.dev3 min read