
As the title says, I'm using email otp to authenticate users, I use createSession to send the first otp, but if the user didn't receive the otp how to send it again? I tried using the same method but then I get the error you can't have multiple active sessions. Is there a method for this?
Recommended threads
- Email OTP + email-password combo
This might be a strange scenario but I want to know if it's possible I can implement user auth through both the ways in my app: by sending email OTP and by usi...
- Gradle build error while use appwrite wi...
I am integrating appwrite15.0.0 in Flutter 3.22 and the following error occurs while running Android: ``` shell Launching lib\main.dart on sdk gphone64 x86 64 i...
- A full logout for users logged in via Go...
I have a web app in reactjs that uses the Google login that is integrated into Appwrite for user login. I use `createOAuth2Token()` to login to their account. ...
