Hey, I’m trying to implement something on my app where a few users don’t need to use 2fa and the rest does.
I got that working using a rule with the following code:
api.multifactor.enable("any", { allowRememberBrowser: false })
The issue is that this will pick one of the providers and not let the user decide which one they want to use, which is the case when I don’t enable it via a rule as I have that option enabled.
Is there a way to force 2fa via rule but let the user pick the provider instead?
Thanks!
