3
Enable detecting which TOTP was used for MFA
Source: supabase/supabase#27155 · opened by @lauri865
Currently, there doesn't seem to be a way to detect which factor was used to verify MFA challenge for the session. Only way seems to be by querying the challenges table, but that's not tied to a session.
Use case would be to show in factors list which factor is currently in use, so that users don't accidentally delete the factor they are actively using. Alternatively or additionally, a last_used_at column could be useful as well to showcase stale factors that can be safely removed.
Use case would be to show in factors list which factor is currently in use, so that users don't accidentally delete the factor they are actively using. Alternatively or additionally, a last_used_at column could be useful as well to showcase stale factors that can be safely removed.
No pledges yet. Be the first to back this.
Comments
Similar requests
Auth: Auto-enforce AAL2 at API gateway level for MFA-enrolled users
1 vote · 0 comments
Provide option to set up 2FA/MFA with REST APIs
2 votes · 0 comments
Allow the friendly name of an existing MFA factor to be updated/amended
4 votes · 0 comments
Add support for Backup/recovery codes as MFA
11 votes · 0 comments
Force MFA enabled for all team members in Organization
9 votes · 0 comments
No comments yet.