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:
Joel Lee
2024-08-14 20:56:21 +08:00
committed by GitHub
parent 865de328f4
commit 82f66043c5
6 changed files with 683 additions and 326 deletions

View File

@@ -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',