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

feat(jwt): enable JWT support for client and server #20

Closed christianmat closed 7 months ago

christianmat commented 7 months ago

This change adds JWT support to the server and client for remoteStorage.

See https://github.com/FrigadeHQ/remote-storage/issues/16 for more details.