I'm building an app that uses email OTP to authenticate the user. To use the app, the user MUST login. But if the user wants to see a demo, he won't be needing an email to do so. He just clicks the demo button where he'll be allowed to use the app w limited functionalities.
I've set up the whole email OTP Auth thing for regular users but can't figure it out for the demo part. I don't think there's a static email OTP in appwrite.... I have absolutely zero clue how to implement this!
Recommended threads
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...
- Magic Link woes/noob
Magic Link is working; it sends the link to my email. But the link itself always leads to "Page Not Found. The page you're looking for doesn't exist". Clicking ...