I have set up the fustionAuth server and am able to register users - I am also able to configure token based 2FA for a user via the API.
Is there any way to require 'require' a user to configure 2FA before they can log in? I'm aware that I could add it procedurally to each app as I develop it, but I would also like to enforce it at a rule at the identity server side.
Additionally.. are there any plans to support U2F keys as an additional form of 2FA?