Enforcing MFA for all users #64
Unanswered
binaryfire
asked this question in
Q&A
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Randall,
Just found your package. Looks great! I had a couple of questions:
I've got a multi-guard app where admins need to be able to enforce 2FA for all users on a per-guard basis. Users could optionally be given x days to set it up, or be forced to do it immediately. Any chance you could add that? I store my enforce 2FA settings in the db so I need to be able to pass the config in using a closure.
From what I can see in the screenshots, it looks this is a regular cluster as opposed to extending Filament's
EditProfile
class. One thing I like about the EditProfile class is being able to use isSimple() to hide the panel sidebar and give the profile page more realestate. Is there way of doing that with your package?Cheers
Beta Was this translation helpful? Give feedback.
All reactions