mirror of
https://github.com/supabase/supabase.git
synced 2026-07-01 01:25:54 +08:00
feat: add mfa (phone) docs (#28457)
* fix: remove totp relevant questions * fix: split into two separate pages * fix: remove non-generic parts * fix: update docs * fix: further extract non general sections * fix: add enrollment flow * fix: run prettier * fix: more changese to adjust for vale * fix: add separate image for phone flow * fix: update headings * fix: update link * fix: edits up to phone auth * fix: update to make vale happy * fix: rephrase some sentences * fix: update phone mfa, remove friendly name specification * fix: apply suggestions Co-authored-by: Stojan Dimitrovski <sdimitrovski@gmail.com> * fix: add section about SIM swapping attacks * fix: update link for SIM swapping --------- Co-authored-by: Stojan Dimitrovski <sdimitrovski@gmail.com>
This commit is contained in:
@@ -569,7 +569,14 @@ export const auth = {
|
||||
name: 'Identity Linking',
|
||||
url: '/guides/auth/auth-identity-linking',
|
||||
},
|
||||
{ name: 'Multi-Factor Authentication', url: '/guides/auth/auth-mfa' },
|
||||
{
|
||||
name: 'Multi-Factor Authentication',
|
||||
url: '/guides/auth/auth-mfa',
|
||||
items: [
|
||||
{ name: 'App Authenticator (TOTP)', url: '/guides/auth/auth-mfa/totp' },
|
||||
{ name: 'Phone', url: '/guides/auth/auth-mfa/phone' },
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Signout',
|
||||
url: '/guides/auth/signout',
|
||||
|
||||
Reference in New Issue
Block a user