Skip to content

Commit

Permalink
docs: update typescript repo state (#7953)
Browse files Browse the repository at this point in the history
  • Loading branch information
peintnermax committed May 15, 2024
1 parent e029b2c commit 6cf9ca9
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions docs/docs/guides/integrate/login-ui/typescript-repo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,20 +76,22 @@ The application can then request a token calling the /token endpoint of the logi
- [ ] AuthRequest UI locales
- Multifactor
- [x] Passkeys
- [ ] TOTP
- [x] TOTP
- [x] OTP via email
- [x] OTP via SMS
- Passwordless
- [x] Passkeys
- Security Prompts
- [x] Setup Passkey as Passwordless method
- [ ] Setup TOTP as Multifactor
- [x] Setup TOTP as Multifactor
- [ ] Password Change
- Login
- [x] Email Password
- [x] Passkey
- [x] IDPs
- [x] Google
- [ ] GitHub
- [ ] GitLab
- [x] GitLab
- [ ] Azure
- [ ] Apple
- Register
Expand All @@ -104,8 +106,12 @@ Authenticated users are directly able to self service their account.
- [ ] Change user information
- [ ] Password Change
- [x] Setup Passkey
- [ ] Setup Multifactor TOTP
- [ ] Setup Multifactor Passkey (U2F)
- [x] Setup Multifactor
- [x] Passkeys
- [x] TOTP
- [x] OTP via email
- [x] OTP via SMS
- [x] Setup Multifactor Passkey (U2F)
- [ ] Validate Account (email verification)

### Setup
Expand Down

0 comments on commit 6cf9ca9

Please sign in to comment.