TOTPs
TOTP stands for Time-based One-Time Password. It is an algorithm defined in RFC 6238 that generates a temporary passcode valid for a short duration, typically 30 seconds. The passcode is generated using a shared secret key and the current time, ensuring synchronization between the user and the authentication server.
To set up TOTP, users typically scan a QR code with an authenticator app, which stores the
TOTP is widely adopted in multi-factor authentication (MFA) systems. It is supported by various authenticator apps