Merge pull request #68 from ente-io/f-droid

Add link to F-Droid to README
This commit is contained in:
Vishnu Mohandas 2023-03-12 12:34:49 +05:30 committed by GitHub
commit 0650889afa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 15 deletions

View file

@ -52,13 +52,17 @@ releases](https://github.com/ente-io/auth/releases/latest/download/ente-auth.apk
contains APKs, built straight from source. These builds keep themselves updated, contains APKs, built straight from source. These builds keep themselves updated,
without relying on third party stores. without relying on third party stores.
You can alternatively install the build from PlayStore. 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 <a href="https://play.google.com/store/apps/details?id=io.ente.auth"> <img
width="197" alt="Get it on Google Play" width="197" alt="Get it on Google Play"
src="https://ente.io/static/ed265c3abdcd3efa5e29f64b927bcb44/e230a/play-store-badge.webp"> src="https://ente.io/static/ed265c3abdcd3efa5e29f64b927bcb44/e230a/play-store-badge.webp">
</a> </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>
### iOS ### iOS
<a href="https://apps.apple.com/us/app/ente-authenticator/id6444121398"> <img <a href="https://apps.apple.com/us/app/ente-authenticator/id6444121398"> <img

View file

@ -1,30 +1,30 @@
ente authenticator 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 ente's Authenticator app helps you generate and store 2 step verification (2FA)
Photos](https://ente.io) uses to encrypt and preserve your data. tokens on your mobile devices.
Multi Device Synchronization 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 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. your devices. Every new device you sign into will have access to these tokens.
- Offline Mode
Mode
ente generates 2FA tokens offline, so your network connectivity will not get in ente generates 2FA tokens offline, so your network connectivity will not get in
the way of your workflow. the way of your workflow.
Import and Export Tokens - Import and Export Tokens
You can add tokens to ente by one of the following methods:
You can add tokens to ente by one of the following methods:
1. Scanning a QR code 1. Scanning a QR code
2. Manually entering (copy-pasting) a 2FA secret 2. Manually entering (copy-pasting) a 2FA secret
3. Bulk importing from a file that contains a list of codes in the following 3. Bulk importing from a file that contains a list of codes in the following format:
format:
```
otpauth://totp/ACCOUNT?secret=SUPERSECRET&issuer=SERVICE otpauth://totp/ACCOUNT?secret=SUPERSECRET&issuer=SERVICE
```
The codes maybe separated by new lines or commas. The codes maybe separated by new lines or commas.
You can also export the codes you have added to ente, to an **unencrypted** text You can also export the codes you have added to ente, to an **unencrypted** text
@ -32,4 +32,6 @@ file, that adheres to the above format.
SUPPORT SUPPORT
We take pride in offering human support. If you are our paid customer, you can reach out to team@ente.io and expect a response from our team within 24 hours.
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 an issue @ https://github.com/ente-io/auth