title
is this intended behaviour?
Yes
The event will trigger only for the create
endpoint
https://github.com/appwrite/appwrite/blob/master/app/controllers/api/account.php#L55
but technically anonymous account also get a user id 🤔
Yes, but you can see here in the creation of anonymous session no event is attached
i see hmmm.. so currently its not possible to trigger an event on anonymous account creation / session creation right?
because i was making a cloud function which automatically makes a user item in collection
but according to the php code seems impossible 🤔
Yes, it's not possible
Only for that function https://appwrite.io/docs/client/account?sdk=web-default#accountCreate
Even OAuth2 won't trigger that event
Recommended threads
- Upgrade Issue
Am having issue upgrading my appwrite account to pro as my card number is 19 and the required input is 16 digit
- createEmailPasswordSession Error using S...
Did someone succeed using SSR approach for login?
- Trying to Figure out how to delete a use...
If i have a button in an app that allows a user to delete their account, can I not just call a function from my swift app to Appwrite to have the account delete...