Skip to content

Ability to import from Bitwarden / Bitwarden Authenticator #501

@amnsharif

Description

@amnsharif

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

No one assigned

    Labels

    Projects

    Status

    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions