2FA Buttons #5447
Unanswered
BenitzCoding
asked this question in
API Feature Requests & Ideas
2FA Buttons
#5447
Replies: 3 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
-
How do I know if a Discord staff has seen this and has denied or accepted the idea? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Actually yeah this sounds good especially requiring users via discord certain permissions |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Feature
Some buttons can have a property in JSON like
"require_2fa": true
, and this would require 2FA, the button gets disabled for non-admins ifadmin_only
istrue
and for admins who don't have 2FA enabled, it would be a disabled button and a message saying that they require 2FA will be displayed when hovered on the button. The button will also have a secure lock icon to indicate that it requires 2FA. When this pressed, the admin will get a 2FA prompt, and after 2FA is filled and verified the button will trigger the button press event!Example Button Object
Beta Was this translation helpful? Give feedback.
All reactions