01
Memory only
Authenticator accounts and generated TOTP codes remain in the current React session and are not persisted by the app.
A temporary authenticator workspace that calculates TOTP locally. Accounts live in memory only and are cleared when you refresh or close the page.
Generates only a female first name and last name with Faker's English (United States) locale.
Nothing is stored in IndexedDB, localStorage, cookies, or a backend. Refreshing or closing this page clears the authenticator accounts.
Authenticator accounts and generated TOTP codes remain in the current React session and are not persisted by the app.
TOTP codes are calculated in the browser without sending secrets to a server.
Strict input validation, local QR handling, security headers, and no backend TOTP API reduce the attack surface.