Mar 11 · 6 min read · Introduction to SMS OTP Verification SMS One-Time Password (OTP) verification is one of the most widely used methods for confirming user identity in modern applications. When a user signs up for an ac
Join discussionMar 3 · 7 min read · In my previous post, I talked about why I'm building TwoFac. The short version? I got tired of proprietary "digital cages" like Authy and wanted an authenticator that was open, secure, and—most import
Join discussion
Oct 5, 2025 · 13 min read · Why we need OTP Verification System? You’ve built your shiny new app. Users can sign up, everything works… but wait. How do you make sure their email is real? 🤔 Email verification is one of the most important steps in modern authentication systems. ...
LLamri commentedJul 21, 2025 · 2 min read · This snippet describes to enable your one-time-password (OTP) authentication on your Linux server. Instead of login server with username/password, I will replace it with OTP when SSH to the server. Assumption: Your organisation has already have RADIU...
Join discussion
Jan 17, 2025 · 4 min read · Here’s a blog post draft for mocking OTP scenarios using Playwright: Mocking APIs during end-to-end (E2E) testing ensures faster and more reliable tests by eliminating dependencies on external services. In this blog, we’ll explore how to mock OTP se...
Join discussionDec 13, 2024 · 2 min read · #Week 31 of 52 Weeks in JavaScript Projects Overview: Secure your applications with ease! Learn how to create an Email OTP Verification App using HTML, CSS, and JavaScript in this comprehensive tutorial. 🚀🔐 ✅ Watch Live Preview 👉👉 Email OTP Verif...
Join discussion
Dec 5, 2024 · 2 min read · #Week 08 of 52 Weeks in JavaScript Projects Overview: Welcome to our JavaScript OTP Generator and Verification App Coding Tutorials. In this article, we’ll walk you through a step-by-Step guide to building a fully functional unique OTP (One-Time Pass...
Join discussion
Dec 4, 2024 · 8 min read · Whether it's online banking, e-commerce transactions, or accessing personal data, ensuring that only authorized users gain access is critical. A widely adopted security measure is One-Time Password (OTP) verification. Writing effective test cases for...
Join discussion
Nov 10, 2024 · 3 min read · Hey! I’m back with another exciting article on Authentication. It is basically checking or making sure that the information is passed on to the correct user. In web applications like simple landing pages, we do not need to use authentication because ...
Join discussion