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
Summary
The user is asking for a way to enable 2FA with Appwrite. There is currently no built-in support for 2FA in Appwrite, but some suggestions were made by other users. One suggestion is to use an OAuth2 provider and require MFA on the provider side. Another user mentioned that 2FA is currently in development, but there is no fixed ETA for its release. It seems that there is no clear solution available at the moment.
ideclon
Rank 5: Hypervisor
Nov 2, 2023, 14:31
2FA is not yet supported in Appwrite. It’s currently in development
Argzon
Web Developer
Nov 2, 2023, 15:57
Do you know when can we expect the release of the feature?
D5
Nov 2, 2023, 16:00
It's planned, but there is not a fixed ETA
ideclon
Rank 5: Hypervisor
Nov 2, 2023, 16:05
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.
Argzon
Web Developer
Nov 2, 2023, 16:11
Do you have the link of the roadmap? @ideclon or @D5
D5
Nov 2, 2023, 16:22
No public roadmap. I don't have access too 😅
Argzon
Web Developer
Nov 2, 2023, 16:39
Aha okay. Thanks man
Drake
Nov 3, 2023, 00:02
for now, you might be able to use an OAuth2 provider and require MFA on the OAuth2 provider side
Argzon
Web Developer
Nov 3, 2023, 13:14
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?