Hi folks, I have a request from my client to enable 2FA for users. I did some research but didn't find a solution how to do it in Appwrite. Is there any possible way to do it and if so can you provide any resource that can help me do it? Thanks in advance
2FA is not yet supported in Appwrite. It’s currently in development
Do you know when can we expect the release of the feature?
It's planned, but there is not a fixed ETA
Sounds like it's pretty much done - it was apparently supposed to have been in a previous release already, but there were a few bugs still.
Do you have the link of the roadmap? @ideclon or @D5
No public roadmap. I don't have access too 😅
Aha okay. Thanks man
for now, you might be able to use an OAuth2 provider and require MFA on the OAuth2 provider side
Thanks for the help @Steven. It's a bit complicated on my end. I've been requested by the client to add OTP with Google Authenticator or similar, it's kinda hard to find a workaround it. What do you suggest for my case?
Thank you. I’ll test it out. Thanks for the help everyone
Recommended threads
- Appwrite loading issue with Nuxt UI
For some reason when I add nuxt ui to my nuxt 4 project, appwrite will build the project but the project website will load indefinitely. Without adding Nuxt UI,...
- Rate límit reset
I've made an error in the code by not setting a limit on how much rows should i get per request because i was working with a small db for testing. Last night Iv...
- How to set permissions using the createO...
Hi, I'm trying to create a set of registers in a table using the tableDB.createOperations function, but it seems like it doesnt support/expect the usage of the ...