Neeraj Gupta 024c45ec5c [auth] Fix custom-icons.json (#696) hace 1 año
..
android c76b96a74b Move into auth/ hace 1 año
architecture c76b96a74b Move into auth/ hace 1 año
assets 024c45ec5c [auth] Fix custom-icons.json (#696) hace 1 año
coverage c76b96a74b Move into auth/ hace 1 año
docs 36d5aa9f01 Add mobile release workflow hace 1 año
fastlane c76b96a74b Move into auth/ hace 1 año
flutter c76b96a74b Move into auth/ hace 1 año
fonts c76b96a74b Move into auth/ hace 1 año
ios c76b96a74b Move into auth/ hace 1 año
lib 69a900aa56 [mobile] Move recovery option under account section (#695) hace 1 año
linux c76b96a74b Move into auth/ hace 1 año
macos c76b96a74b Move into auth/ hace 1 año
migration-guides 7dc5ccb154 [auth] Integrated decryption in CLI, removing standalone tool (#691) hace 1 año
protos c76b96a74b Move into auth/ hace 1 año
screenshots c76b96a74b Move into auth/ hace 1 año
test c76b96a74b Move into auth/ hace 1 año
web c76b96a74b Move into auth/ hace 1 año
windows c76b96a74b Move into auth/ hace 1 año
.gitignore ebe6774ff4 Allow developers to customize their VSCode configuration hace 1 año
.metadata c76b96a74b Move into auth/ hace 1 año
README.md 95ae7c4594 Update auth/ to account for new monorepo structure hace 1 año
analysis_options.yaml c76b96a74b Move into auth/ hace 1 año
crowdin.yml e15e39fb6c Crowdin project_id is already public hace 1 año
fdroid_flutter_icons.yaml c76b96a74b Move into auth/ hace 1 año
l10n.yaml c76b96a74b Move into auth/ hace 1 año
pubspec.lock c76b96a74b Move into auth/ hace 1 año
pubspec.yaml c76b96a74b Move into auth/ hace 1 año

README.md

Ente Auth

Ente's 2FA app. An end-to-end encrypted, cross platform and free app for storing your 2FA codes with cloud backups. Works offline. You can even use it without signing up for an account if you don't want the cloud backups or multi-device sync.

App Screenshots

📲 Download

Android

This repository's GitHub releases contains APKs, built straight from source. These builds keep themselves updated, without relying on third party stores.

You can alternatively install the build from PlayStore or F-Droid.

iOS / Apple Silicon macOS

Web

You can view your 2FA codes at auth.ente.io. For adding or managing your secrets, please use our mobile app.

Desktop

A native desktop app is coming soon!

🧑‍💻 Build from source

  1. Install Flutter

  2. Pull in all submodules with git submodule update --init --recursive

  3. For Android, setup your keystore and run flutter build apk --release --flavor independent

  4. For iOS, run flutter build ios

⚙️ Develop

For Android, use

flutter run -t lib/main.dart --flavor independent

For iOS, use flutter run

VSCode users might find it useful to copy docs/vscode into a top level .vscode.

If the code you're working needs to modify user facing strings, see docs/localization.

🔩 Architecture

The architecture that powers end-to-end encrypted storage and sync of your tokens has been documented here.

🌍 Translate

Crowdin

If you're interested in helping out with translation, please visit our Crowdin project to get started. Thank you for your support.

If your language is not listed for translation, please create a GitHub issue to have it added.

🧑‍🎨 Icons

Ente Auth supports the icon pack provided by simple-icons. If you wish to add more, see docs/adding-icons.

💚 Contribute

For more ways to contribute, see ../CONTRIBUTING.md.

You can also support us by giving this project a ⭐ star on GitHub or by leaving a review on PlayStore, AppStore or AlternativeTo.

⭐️ About

To know more about Ente and the ways to get in touch or seek help, see our main README or visit ente.io.