after creating recovery codes using account.createMFARecoveryCodes()
do we need to Verify MFA factors type recovery code?
I followed this guide: https://appwrite.io/docs/products/auth/mfa
I tried to verify this using users.listMFAFactors({userId}) and account.listMFAFactors() but I am getting inconsistent results, check the screenshot
when i try to login and verify using recovery codes, it doesn't work... please let me know how this works exactly
Recommended threads
- Build Error Truncated
I'm trying to start with Appwrite using an existing Next.js project of mine. When a deployment runs though it just ends up showing :`server error.","code":500,"...
- Github repositories not showing on avail...
Hi there, I installed appwrite to be connected to a specific respository but when selecting to deploy form git on the site building, there is no repositories ap...
- CORs problem even on localhost
My frontend is screaming even it's the frontend is localhost. I have tried to put * in hostname but still not fixed. Both in development and production. What ...