Skip to content

Commit 6510c0a

Browse files
porcellusniftyvictorbcbogdan
authored
fix: webauthn mfa back button visibility and add missing logout button (#914)
* feat: add WebAuthn credential management methods * feat: Add support for webauthn in MFA Update build Add paths Add component Add sign in Add forms * chore: Code review fixes * feat: renamed `registerCredential` to `createCredential` and added `registerCredentialWithUser` method for user-specific credential registration * fix: added missing exports * test: Add e2e tests * fix: temporarily set web-js version new version branch * chore: update changelog * fix: Prevent passkey registration if already setup * fix: Fix passkey mfa sign in flow * chore: include build for testing * chore: update formatting * test: Fix test errors * fix: Include a logout element and fix back button visibility * chore: rebuild with prettier * chore: fix merge error --------- Co-authored-by: Victor Bojica <victor@niftylearning.io> Co-authored-by: Bogdan Carpusor <bogdan@niftylearning.io>
1 parent 21acdb9 commit 6510c0a

32 files changed

+325
-69
lines changed

lib/build/components/componentOverride/genericComponentOverrideContext.d.ts

Lines changed: 14 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/recipe/authRecipe/componentOverrideContext.d.ts

Lines changed: 14 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/recipe/emailpassword/componentOverrideContext.d.ts

Lines changed: 14 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/recipe/emailverification/componentOverrideContext.d.ts

Lines changed: 14 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/recipe/multifactorauth/componentOverrideContext.d.ts

Lines changed: 14 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/recipe/multitenancy/componentOverrideContext.d.ts

Lines changed: 14 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/recipe/oauth2provider/componentOverrideContext.d.ts

Lines changed: 14 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/recipe/passwordless/componentOverrideContext.d.ts

Lines changed: 14 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/recipe/session/componentOverrideContext.d.ts

Lines changed: 14 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)