A native TOTP authenticator for the GNOME desktop. Add accounts via QR code or manual entry, view live auto-refreshing OTP codes, and keep secrets stored securely in GNOME Keyring.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-A-005 manual_review
extensions should not access the clipboard directly
Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.
ui/accountRow.js:233
St.Clipboard.get_default()
EGO-P-007 warning
JavaScript files should be reachable from extension.js or prefs.js
Some JavaScript files are not reachable from `extension.js` or `prefs.js` imports.
Don't include unnecessary files
lib/otpauth.js