A question about Evolu Relay, Authentication, and Authorization #545
-
Hi, I’m new to the LocalFirst ecosystem, and I’m planning to build a local-first POS. One of the requirements is to implement secure authentication and authorization. Specifically, I need a way to designate a primary or authoritative user who can manage permissions for others and restrict certain parts of the UI based on user roles. Coming from a traditional client-server background, I’m finding it a bit challenging to figure out how to approach this with Evolu. I’d really appreciate any suggestions or pointers to libraries that could help. Another requirement is the ability to send reports through different channels, including email. I’ve only handled this kind of functionality on the server side before. Is there a way to hook into Evolu Relay, maybe during sync, to trigger an email send? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
As for auth, that's what I'm working on right now. As for server hooks, yes, if you share mnemonic, which is tricky. I will describe proposed solutions later. |
Beta Was this translation helpful? Give feedback.
As for auth, that's what I'm working on right now. As for server hooks, yes, if you share mnemonic, which is tricky. I will describe proposed solutions later.