Compare commits
No commits in common. "6f6fb86fee1d66eaaabb161b96fa8811b4ccbedf" and "08894ee0617a60ec10fb8bf63fdd658ec12737ec" have entirely different histories.
6f6fb86fee
...
08894ee061
17
README.md
17
README.md
@ -1,22 +1,17 @@
|
||||
# TOTPFIT
|
||||
|
||||
### Another 2FAuthenticator based on TOTP for Zepp OS with Google Authenticator and Proton Authenticator support
|
||||
### Another 2FAuthenticator based on TOTP for Zepp Amazfit GTS 4 with Google Authenticator migration support
|
||||
|
||||

|
||||

|
||||
|
||||
### Features:
|
||||
|
||||
- Support of `otpauth://` links with parameters "client", "issuer", "algorithm", "digits", "period", "offset"
|
||||
- Support of Google Authenticator migration links formated: `otpauth-migration://offline?data=...`
|
||||
- Support of **Proton Authenticator** export with parameters "client", "issuer", "algorithm", "digits", "period", "offset" **(BETA)**
|
||||
- Addition/Sort/Edition/Deletion of TOTPs from mobile app
|
||||
- Supports of `otpauth://` links with parameters "client", "issuer", "algorithm", "digits", "period", "offset"
|
||||
- Addition/Edition/Deletion of TOTPs from mobile app
|
||||
- Support of Google Authenticator migration links formated: `otpauth-migration://offline?data=...` (At this stage with only 6 digits and only 30 seconds period)
|
||||
|
||||
### Guides:
|
||||
|
||||
[How to add 2FA TOTP records (keys) on app](/docs/guides/how-to-add-totps/README.md)
|
||||
|
||||
#### This repo has mirror for public issues on [GitHub](https://github.com/Lisoveliy/totpfit)
|
||||
|
||||
#### To contribute on this repo you must use my [Gitea](https://git.lisoveliy.su/Lisoveliy/totpfit)
|
||||
|
||||
Don't be shy to contact me for access!
|
||||
#### This repo has mirror for issues on [GitHub](https://github.com/Lisoveliy/totpfit)
|
||||
|
2
app.json
2
app.json
@ -6,7 +6,7 @@
|
||||
"appType": "app",
|
||||
"version": {
|
||||
"code": 1,
|
||||
"name": "1.4.0"
|
||||
"name": "1.3.1"
|
||||
},
|
||||
"icon": "icon.png",
|
||||
"vender": "zepp",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "totpfit",
|
||||
"version": "1.4.0",
|
||||
"description": "Another 2FAuthenticator based on TOTP for Zepp OS with Google Authenticator and Proton Authenticator support",
|
||||
"version": "1.3.1",
|
||||
"description": "Another 2FAuthenticator based on TOTP for Zepp Amazfit GTS 4",
|
||||
"main": "app.js",
|
||||
"author": "Lisoveliy",
|
||||
"license": "MIT",
|
||||
|
Loading…
x
Reference in New Issue
Block a user