ente/auth
2024-03-11 17:54:24 +05:30
..
android feat: auth passkeys 2024-03-04 13:46:05 +05:30
architecture Move into auth/ 2024-03-01 12:19:20 +05:30
assets Update custom-icons.json 2024-03-09 14:45:44 +03:00
coverage Move into auth/ 2024-03-01 12:19:20 +05:30
docs Remove mention of unused Xcode Cloud integration 2024-03-06 17:37:12 +05:30
fastlane/metadata/android/en-US Move into auth/ 2024-03-01 12:19:20 +05:30
flutter@41456452f2 [auth] Update flutter submodule to v3.16.9 2024-03-07 07:01:02 +05:30
fonts Move into auth/ 2024-03-01 12:19:20 +05:30
ios [auth] v2.0.42 2024-03-10 21:53:05 +05:30
lib [auth][mob] Add recovery support for passkey 2024-03-11 17:54:24 +05:30
linux Move into auth/ 2024-03-01 12:19:20 +05:30
macos Update iOS project files 2024-03-06 20:34:01 +05:30
migration-guides [auth] Integrated decryption in CLI, removing standalone tool (#691) 2024-03-06 10:49:51 +05:30
protos Move into auth/ 2024-03-01 12:19:20 +05:30
screenshots Move into auth/ 2024-03-01 12:19:20 +05:30
test Move into auth/ 2024-03-01 12:19:20 +05:30
web Move into auth/ 2024-03-01 12:19:20 +05:30
windows Move into auth/ 2024-03-01 12:19:20 +05:30
.gitignore Allow developers to customize their VSCode configuration 2024-03-02 12:33:43 +05:30
.metadata Move into auth/ 2024-03-01 12:19:20 +05:30
analysis_options.yaml [auth] Add linter rule for missing await (#732) 2024-03-07 13:11:42 +05:30
crowdin.yml Crowdin project_id is already public 2024-03-04 12:54:49 +05:30
fdroid_flutter_icons.yaml Move into auth/ 2024-03-01 12:19:20 +05:30
l10n.yaml Move into auth/ 2024-03-01 12:19:20 +05:30
pubspec.lock Up version 2024-03-08 20:14:07 +05:30
pubspec.yaml [auth] v2.0.42 2024-03-10 21:53:05 +05:30
README.md Update links to Auth releases 2024-03-08 17:41:34 +05:30

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.