All you need to know to implement a One Time Password (OTP) flow for your site – Part 1

1 Having a One-Time-Password (OTP) flow for your app or website is a very common requirement nowadays. But how does it work? What do you need to get started? What are the pitfalls and challenges you will face? We’ve seen our clients roll out their implementations countless times, which basically is a boilerplate repeatable process… Continue reading All you need to know to implement a One Time Password (OTP) flow for your site – Part 1

One-Time-PIN or OTP

What is OTP (One-Time Password or PIN)? A one-time PIN is a code that is created randomly and is valid for only one session or a transaction. This one time PIN are usually sent over the phone as an SMS, but it can also be sent via email or even within a phone call. Commonly… Continue reading One-Time-PIN or OTP