tinyplex / tinybase

The reactive data store for local‑first apps.
https://tinybase.org
MIT License
3.39k stars 67 forks source link

A way to handle authentication & user context #57

Closed dillondotzip closed 1 year ago

dillondotzip commented 1 year ago

Is there any way or example on how to use authentication & user context with TinyBase?

For example in the Todo application. Let's say there are many users & todos in the remote stored database.

A user logins using direct access to the remote database. Then only sync Todo's associated with that user locally.