Awesome
Flipper Authenticator Companion
<a href=".github/screenshots/token-list.png"> <img src=".github/screenshots/token-list.png" height="300px" /> </a> <a href=".github/screenshots/add-token.png"> <img src=".github/screenshots/add-token.png" height="300px" /> </a> <a href=".github/screenshots/import-tokens.png"> <img src=".github/screenshots/import-tokens.png" height="300px" /> </a>Description
Flipper Authenticator Companion is a companion application for Flipper Authenticator software-based TOTP/HOTP authenticator for Flipper Zero device. This application allows to interact with Flipper Authenticator in a more user-friendly way.
How get it
- Go to latest release
- Download appropriate file for your platform
- Run it
[!IMPORTANT] All the application binaries provided in the releases are unsigned and some anti-virus software may prevent running due to that. To verify file integrity you may check SHA256 checksum provided for every release. Executable files for all platforms are scanned by Virustotal for every release and scan results are available on the release page.
Build
pnpm config set node-linker hoisted --location project
pnpm install
pnpm build
Development
pnpm install
pnpm dev