FeatureFuel
4

Allow the friendly name of an existing MFA factor to be updated/amended

Source: supabase/supabase#36657 · opened by @SteveHawes
Currently, the friendly name of an MFA factor must be set when enrolling the factor and it cannot be changed once enrolled. This gives the problem that if a user is trying to enrol a TOTP factor, they will need to provide the friendly name before they see the QR code as this is only returned in the result of the enrolment call.

I would like to have an additional method that allows the application update or amend the friendly name by specifying the factorId and the new value for the friendly name. I am currently developing with the Flutter library so the code would be something like:

final AuthMFAUpdateResponse result = await supabase.auth.mfa.updateFactor(factorId: factorId, friendlyName: newValue);

The result could return the old value in case that is required by the developer.

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests