FrigadeHQ / remote-storage

remoteStorage is a simple library that combines the localStorage API with a remote server to persist data across sessions, devices, and browsers. It works as a simple key value database store and backend with support for React, Next.js, Vue, Node, or any Javascript stack
https://remote.storage
MIT License
1.21k stars 27 forks source link

JWT support for authentication #16

Closed christianmat closed 7 months ago

christianmat commented 7 months ago

remote-storage should support JSON Web Tokens for authentication as an optional configuration. This will provide a greater layer of security and authentication and allow for storing PII data in remoteStorage.

christianmat commented 7 months ago

This is introduced in https://github.com/FrigadeHQ/remote-storage/pull/20