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
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...