Skip to content

Crypto store does not work on nodejs #4769

@richvdh

Description

@richvdh

Since the crypto store currently only supports indexeddb or in-memory storage, it is difficult to use correctly in environments which do not support indexeddb such as nodejs, requiring workarounds such as logging in as a new device on each startup (see README), or maybe https://www.npmjs.com/package/indexeddb? (untested!)

It would be good to provide an alternative storage backend such as sqlite (see matrix-org/matrix-sdk-crypto-wasm#168).

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-E2EEO-UncommonMost users are unlikely to come across this or unexpected workflowS-MajorSeverely degrades major functionality or product features, with no satisfactory workaroundT-Defect

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions