78b3d239eb
<!-- Thanks for contributing! Provide a description of your changes below and a general summary in the title Please look at the following checklist to ensure that your PR can be accepted quickly: --> New logo + refractor <!--- Describe your changes in detail --> Add Proxmox logo. Remove test icon. Refractor X icon data with altNames. SVGs with mix-blend-mode appear to be glitchy in emulators but not on real devices (https://github.com/dnfield/flutter_svg/issues/922#issuecomment-1552104687). By the way, SVGs using mix-blend-mode get pixelated. This is probably because of `flutter_svg` library (https://github.com/dnfield/flutter_svg/issues/985). I didn't go into any depth, I didn't feel like digging into the code. <!--- Put an `x` in all the boxes that apply: --> - [x] 🖼️ New icon - [ ] ✨ New feature (non-breaking change which adds functionality) - [ ] 🛠️ Bug fix (non-breaking change which fixes an issue) - [ ] ❌ Breaking change (fix or feature that would cause existing functionality to change) - [x] 🧹 Code refactor - [ ] ✅ Build configuration change - [ ] 📝 Documentation - [ ] 🗑️ Chore |
||
---|---|---|
.github | ||
.vscode | ||
android | ||
architecture | ||
assets | ||
coverage | ||
fastlane/metadata/android/en-US | ||
flutter@367f9ea16b | ||
fonts | ||
ios | ||
lib | ||
linux | ||
macos | ||
migration-guides | ||
protos | ||
screenshots | ||
test | ||
web | ||
windows | ||
.gitignore | ||
.gitmodules | ||
.metadata | ||
analysis_options.yaml | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
coverage_badge.svg | ||
crowdin.yml | ||
fdroid_flutter_icons.yaml | ||
l10n.yaml | ||
LICENSE | ||
pubspec.lock | ||
pubspec.yaml | ||
README.md | ||
RELEASES.md | ||
SECURITY.md |
ente Authenticator
ente's Authenticator app helps you generate and store 2 step verification (2FA) tokens on your mobile devices.
✨ Features
Secure Backups
ente provides end-to-end encrypted cloud backups so that you don't have to worry about losing your tokens. We use the same protocols ente Photos uses to encrypt and preserve your data.
Multi Device Synchronization
ente will automatically sync the 2FA tokens you add to your account, across all your devices. Every new device you sign into will have access to these tokens.
Offline Mode
ente generates 2FA tokens offline, so your network connectivity will not get in the way of your workflow. If you wish to use the app without an account for e2ee backups, you can do that as well.
Import and Export Tokens
You can add tokens to ente by one of the following methods:
- Scanning a QR code
- Manually entering (copy-pasting) a 2FA secret
- Bulk importing from other popular 2FA apps and from a file that contains a list of codes in the following format:.
otpauth://totp/provider.com:you@email.com?secret=YOUR_SECRET
You can export the codes you have added to ente, to either an encrypted or plain text file. The encrypted backups can be accessed through the app, as well as a standalone CLI tool. Read more.
📲 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.
iPhone / Apple Silicon
Web / Desktop
You can view your 2FA codes at auth.ente.io. For adding or managing your secrets, please use our mobile app.
🔩 Architecture
The architecture that powers end-to-end encrypted storage and sync of your tokens has been documented here.
🧑💻 Build from source
- Install Flutter
- Clone this repository with
git clone git@github.com:ente-io/auth.git
- Pull in all submodules with
git submodule update --init --recursive
- For Android, setup your keystore and run
flutter build apk --release --flavor independent
- For iOS, run
flutter build ios
For maintainers, there is additional documentation on automatically publishing the main branch to App store, Play store and GitHub releases.
🧑🔧 Contribute
Please refer to our contribution guide if you wish to add an icon, assist with translation, or develop new features.
You can also support us by giving this project a ⭐ star on GitHub or by leaving a review on PlayStore, AppStore or AlternativeTo.
🙋♂️ Help
If you need help, please reach out to support@ente.io, and a human will get in touch with you.
If you have feature requests, please create a GitHub issue.