Compare commits
8 Commits
08b11a3d09
...
3e037da6da
Author | SHA1 | Date | |
---|---|---|---|
3e037da6da | |||
cfa6bf0c23 | |||
54526f0724 | |||
1d61879baf | |||
6a2ab542b9 | |||
3aaedec7f6 | |||
70841349b7 | |||
7eafac6916 |
@ -1,12 +1,12 @@
|
||||
# TOTPFIT
|
||||
### Another 2FAuthenticator based on TOTP for Zepp Amazfit GTS 4 with Google Authenticator migration Support
|
||||
### Another 2FAuthenticator based on TOTP for Zepp Amazfit GTS 4 with Google Authenticator migration support
|
||||
|
||||

|
||||
|
||||
### Features:
|
||||
- Supports of otpauth links with parameters "issuer", "algorithm", "digits", "period"
|
||||
- Supports of ```otpauth://``` links with parameters "client", "issuer", "algorithm", "digits", "period", "offset"
|
||||
- Addition/Edition/Deletion of TOTPs from mobile app
|
||||
- Support of google migration links formated: ```otpauth-migration://offline?data=...``` (At this stage with only 6 digits and only 30 seconds period)
|
||||
- Support of Google Authenticator migration links formated: ```otpauth-migration://offline?data=...``` (At this stage with only 6 digits and only 30 seconds period)
|
||||
|
||||
### Guides:
|
||||
|
||||
|
2
app.json
2
app.json
@ -6,7 +6,7 @@
|
||||
"appType": "app",
|
||||
"version": {
|
||||
"code": 1,
|
||||
"name": "1.3"
|
||||
"name": "1.3.0"
|
||||
},
|
||||
"icon": "icon.png",
|
||||
"vender": "zepp",
|
||||
|
@ -14,13 +14,13 @@ Then press OK, record will appear on page
|
||||
|
||||

|
||||
|
||||
You can edit your otpauth:// records using button "Change TOTP link". Your previous record will be replaced with a new otpauth:// link entered on text field, and previous link will not be shown on field.
|
||||
You can edit your otpauth:// records using button "Change TOTP link". Your previous record will be replaced with a new otpauth:// link from text field, and previous link will not be shown on field.
|
||||
|
||||
### If you use google migrations (otpauth-migration:// links)
|
||||
|
||||
To add 2FA TOTP recods using migration from Google Authenticator app, you must go to menu, select "Transfer accounts" -> "Export accounts"
|
||||
|
||||
Select codes then screenshot QR code and and scan (decode) it to a URI. Use any app providing scan from image, ex: "Search screen" function (Google Lens) on Google Assistant.
|
||||
Select codes then screenshot QR code and scan (decode) it to a URI. Use any app providing scan from image, ex: "Search screen" function (Google Lens) on Google Assistant.
|
||||
|
||||
For example, this QR-Code will represent next URI string:
|
||||
|
||||
@ -30,8 +30,8 @@ After scaning copy this URI string and paste it to app using button *"Add new TO
|
||||
|
||||

|
||||
|
||||
Then press OK, all selected records on Google Authenticator will appear on page
|
||||
Then press OK, all selected records from Google Authenticator will appear on page
|
||||
|
||||

|
||||
|
||||
You can edit your records using button "Change TOTP link". Your previous record will be replaced with a new otpauth:// link entered on text field, and previous link will not be shown on field.
|
||||
You can edit your records using button "Change TOTP link". Your previous record will be replaced with a new otpauth:// link from text field (otpauth-migration:// will not work), and previous link will not be shown on field.
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "totpfit",
|
||||
"version": "1.3",
|
||||
"version": "1.3.0",
|
||||
"description": "Another 2FAuthenticator based on TOTP for Zepp Amazfit GTS 4",
|
||||
"main": "app.js",
|
||||
"author": "Lisoveliy",
|
||||
|
Loading…
x
Reference in New Issue
Block a user