Technical Process of 2FA (TOTP)
1. When 2FA is activated, the application generates a secret.
2. This secret is transmitted to your authenticator app via a QR-Code.
3. The app and the Crowdviewer use this secret to generate time-based one-time
codes (TOTP).
4. The codes typically change every 30 seconds.
5. During login, the Crowdviewer compares the entered code with the generated
code.
6. Since both sides use the same secret, they can independently generate
identical codes.