122 lines
4 KiB
Markdown
122 lines
4 KiB
Markdown
# ente Authenticator
|
|
|
|
ente's Authenticator app helps you generate and store 2 step verification (2FA)
|
|
tokens on your mobile devices.
|
|
|
|
[Download now](#-download)
|
|
|
|
![App Screenshots](./screenshots/screenshots.png)
|
|
|
|
## ✨ 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](https://ente.io) 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.
|
|
|
|
### Import and Export Tokens
|
|
|
|
You can add tokens to ente by one of the following methods:
|
|
1. Scanning a QR code
|
|
2. Manually entering (copy-pasting) a 2FA secret
|
|
3. Bulk importing from a file that contains a list of codes in the following
|
|
format:
|
|
```
|
|
otpauth://totp/provider.com:you@email.com?secret=YOUR_SECRET
|
|
```
|
|
The codes maybe separated by new lines or commas.
|
|
|
|
You can also export the codes you have added to ente, to an **unencrypted** text
|
|
file, that adheres to the above format.
|
|
|
|
|
|
## 📲 Download
|
|
|
|
### Android
|
|
|
|
This repository's [GitHub
|
|
releases](https://github.com/ente-io/auth/releases/latest/download/ente-auth.apk)
|
|
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.
|
|
|
|
<a href="https://play.google.com/store/apps/details?id=io.ente.auth"> <img
|
|
width="197" alt="Get it on Google Play"
|
|
src="https://ente.io/static/ed265c3abdcd3efa5e29f64b927bcb44/e230a/play-store-badge.webp">
|
|
</a>
|
|
|
|
<a href="https://f-droid.org/packages/io.ente.auth/">
|
|
<img width="197" alt="Get it on F-Droid" src="https://ente.io/static/5378d3de690a04a5011268b9caf739f5/e230a/f-droid-badge.webp">
|
|
</a>
|
|
|
|
### iPhone / Apple Silicon
|
|
|
|
|
|
<a href="https://apps.apple.com/us/app/ente-authenticator/id6444121398"> <img
|
|
width="197" alt="Download on AppStore"
|
|
src="https://user-images.githubusercontent.com/1161789/154795157-c4468ff9-97fd-46f3-87fe-dca789d8733a.png">
|
|
</a>
|
|
|
|
### Web
|
|
|
|
You can view your 2FA codes at [auth.ente.io](https://auth.ente.io). For adding or managing your secrets, please use our mobile app.
|
|
|
|
### Desktop
|
|
|
|
Support for desktop platforms (Linux, Windows and older Macs) is a [work in
|
|
progress](https://github.com/ente-io/auth/tree/desktop).
|
|
|
|
Please ⭐ this repo to be notified of updates.
|
|
|
|
|
|
## 🔩 Architecture
|
|
|
|
The architecture that powers end-to-end encrypted storage and sync of your
|
|
tokens has been documented [here](architecture/README.md).
|
|
|
|
|
|
## 🧑💻 Building from source
|
|
|
|
1. [Install Flutter](https://flutter.dev/docs/get-started/install)
|
|
2. Clone this repository with `git clone git@github.com:ente-io/auth.git`
|
|
3. Pull in all submodules with `git submodule update --init --recursive`
|
|
4. For Android, run `flutter build apk --release --flavor independent`
|
|
5. For iOS, run `flutter build ios`
|
|
|
|
For maintainers, there is [additional documentation](RELEASES.md) on
|
|
automatically publishing the main branch to App store, Play store and GitHub
|
|
releases.
|
|
|
|
## 🙋♂️ Support
|
|
|
|
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](https://github.com/ente-io/auth/issues/).
|
|
|
|
If you wish to support us, please ⭐
|
|
[star](https://github.com/ente-io/auth/stargazers) this project.
|
|
|
|
## 🙌 Translation
|
|
[![Crowdin](https://badges.crowdin.net/ente-authenticator-app/localized.svg)](https://crowdin.com/project/ente-authenticator-app)
|
|
|
|
If you're interested in helping out with translation, please visit our [Crowdin project](https://crowdin.com/project/ente-authenticator-app) to get started. Thank you for your support.
|
|
|
|
## 💜 Community
|
|
|
|
- Follow us on [Twitter](https://twitter.com/enteio) / [Mastodon](https://mstdn.social/@ente)
|
|
- Join us on [Discord](https://ente.io/discord) / [Matrix](https://ente.io/matrix)
|