Update changelog and description

This commit is contained in:
Neeraj Gupta 2023-05-07 14:33:02 +05:30
parent 736516f449
commit ecdeb2c8ae
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1
3 changed files with 7 additions and 4 deletions

View file

@ -1,3 +0,0 @@
- Added OTPAuth URL Scheme Support: Our Two-Factor Authenticator app now supports the otpauth:// URL scheme for easy setup and configuration of your one-time password (OTP) accounts.
- Expanded Language Support:In addition to English, French, and Spanish, our app now supports German (de), Spanish from Spain (es-ES), Dutch (nl), Brazilian Portuguese (pt-BR), Russian (ru), and Simplified Chinese (zh-CN). To change your language preferences, go to Settings > Account > Language.

View file

@ -0,0 +1,3 @@
- Added OTPAuth URL Scheme Support: Our Two-Factor Authenticator app now supports the otpauth:// URL scheme for easy setup and configuration of your one-time password (OTP) accounts.
- Expanded Language Support: Thanks to the help from our community, in addition to English, French, and Spanish, our app now supports German, Spanish, Dutch, Brazilian Portuguese, Russian, and Simplified Chinese. To change your language preferences, go to Settings > Account > Language.

View file

@ -13,6 +13,9 @@ and preserve your data.
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.
- Web access
You can access your 2FA code from any web browser by visiting https://auth.ente.io .
- Offline Mode
ente generates 2FA tokens offline, so your network connectivity will not get in
the way of your workflow.
@ -23,7 +26,7 @@ You can add tokens to ente by one of the following methods:
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/ACCOUNT?secret=SUPERSECRET&issuer=SERVICE
otpauth://totp/provider.com:you@email.com?secret=YOUR_SECRET
The codes maybe separated by new lines or commas.