For not saying it's not recommended encrypting the database itself
hmm yeah and I found a bug? this should called aswell on creation right?
for functions
I think there's not any bug, It seems to be correct
Only deletion is triggered but when I register it doesnt start the function
so a create user event
Note that things like functions variable are encrypted
Because that's the only thing needed to be encrypted most cases
You need to put user.create
You didn't have selected it
it says user.*.create
The screenshot doesn't seems to show create
I mean with this as I tried this before
Its not triggered
This should trigger 🤔
Unless OAuth, I think
(Login with third party)
I used email
or does it be like this
let me try this
nope
but users.* will do all events aswell right? so then creation/register must be a trigger aswell but it doesnt
Not sure about that, if possible, please, create another post for this issue, in order to separate different topics 😅
alr will do
[CLOSED] How to save important data in a user database
Recommended threads
- [SOLVED] Get Relations when using Tables...
Hi there, I have a table containing a relation column with a one-to-many relationship to another table. When Using TablesDB.GetRow in "node-appwrite" i get all ...
- Transaction and Session
I've been debugging for hours a problem that now I think it's because It's not allowed: In my project a user log in using the `node-appwrite` SDK (SSR) I store...
- Appwrite loading issue with Nuxt UI
For some reason when I add nuxt ui to my nuxt 4 project, appwrite will build the project but the project website will load indefinitely. Without adding Nuxt UI,...