i want to authenticate users by sending OTP to their mail . how could i do that and also Is there any easy alternative for that
TL;DR
The user is looking for information on OTP authentication in Appwrite. They share two links as potential resources for help. They also mention wanting to authenticate users by sending OTP to their mail and ask if there are any easier alternatives.OTP authentication in Appwrite
Recommended threads
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...
- android platform invaild origina
It happened today suddenly. Our app says invalid origin. And appwrite cloud says every time we tried to add the app to it: "param platformId" is not optional.
- Team invite - 500 error - no email
When executing ```dart await _repository.teams.createMembership( teamId: event.listId, roles: ['member'], email: event.email, url: 'xxxx', ); ``` I se...