@elmsec (@elmsec) 's Twitter Profile
@elmsec

@elmsec

pulsing node in a cosmic web. recent signals: 🎨 AI SVG Logo @LOGOMAQapp 👗Virtual Try-On clothshift.app 📓Smart Journal @balbeeapp 📚Vocab Builder wordmit.app

ID: 279993315

calendar_today10-04-2011 12:19:29

117 Tweet

91 Takipçi

108 Takip Edilen

@elmsec (@elmsec) 's Twitter Profile Photo

building your own auth system? here’s my take: - use mfa if possible, prevents “99%” of attacks - for mobile-first/b2c, go passwordless. i know we devs love passwords, but… - if you go with passwords, hash+salt them properly (bcrypt, argon2 etc) - token-based auth: use