Hi i was wondering how do i setup phone auth with custom api? For example i need to send the authentication code to my own web api.
You can try to trigger a function on create phone session. It might get the secret
this is correct format for the trigger event ?
Actually, looking at the code, it doesn't look like an event gets triggered for the API call...you might want to create an issue
Recommended threads
- Inviting members while SMTP is disabled ...
Issue: https://github.com/appwrite/console/issues/3125 PR: https://github.com/appwrite/console/pull/3126
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...