-
-
Notifications
You must be signed in to change notification settings - Fork 258
Open
Description
Bitwarden can export saved TOTPs in 2 formats, .csv and .json. either via Bitwarden app itself or the Bitwarden Authenticator app (Android). It would be great if 2fauth can recognize any of the exported formats.
The .json format exported from the authenricator app looks like this:
{
"encrypted": false,
"items": [
{
"id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"name": ":null",
"folderId": null,
"organizationId": null,
"collectionIds": null,
"notes": null,
"type": 1,
"login": {
"totp": "otpauth://totp/..."
},
"favorite": false
}
]
}
Thank you for the great piece of work
Metadata
Metadata
Assignees
Labels
Projects
Status
Done