Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
78eaa32
feat: add WebAuthn credential management methods
niftyvictor Aug 3, 2025
7cf150d
feat: Add support for webauthn in MFA
bcbogdan Jul 17, 2025
9ecb812
chore: Code review fixes
bcbogdan Aug 4, 2025
32159eb
feat: renamed `registerCredential` to `createCredential` and added `…
niftyvictor Aug 5, 2025
a374016
fix: added missing exports
niftyvictor Aug 5, 2025
5b6fe29
test: Add e2e tests
bcbogdan Aug 4, 2025
4a0901b
fix: temporarily set web-js version new version branch
porcellus Aug 8, 2025
b3c933f
Merge remote-tracking branch 'origin/0.50' into feat/webauthn-credent…
porcellus Aug 8, 2025
a13b2f7
chore: update changelog
porcellus Aug 8, 2025
526962a
fix: Prevent passkey registration if already setup
bcbogdan Aug 8, 2025
309a50f
Merge branch '0.50' into feat/webauthn-mfa
bcbogdan Aug 8, 2025
145308b
Merge branch 'feat/webauthn-credential-mng-methods' into feat/webauth…
bcbogdan Aug 8, 2025
a0c706b
Merge branch '0.50' into feat/webauthn-mfa
porcellus Aug 10, 2025
3b6b6dd
fix: Fix passkey mfa sign in flow
bcbogdan Aug 11, 2025
c2940fa
chore: include build for testing
bcbogdan Aug 12, 2025
5bcf42c
chore: update formatting
bcbogdan Aug 12, 2025
b5c68a4
Merge remote-tracking branch 'origin/0.50' into feat/webauthn-mfa
porcellus Aug 14, 2025
7d427ac
test: Fix test errors
bcbogdan Aug 14, 2025
2ce2f4b
fix: Include a logout element and fix back button visibility
bcbogdan Aug 15, 2025
d7b4334
chore: rebuild with prettier
porcellus Aug 15, 2025
1e8990f
Merge branch '0.50' into feat/webauthn-mfa
porcellus Aug 15, 2025
f2dd1e0
chore: fix merge error
porcellus Aug 15, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 14 additions & 3 deletions lib/build/recipe/authRecipe/componentOverrideContext.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 14 additions & 3 deletions lib/build/recipe/emailpassword/componentOverrideContext.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 14 additions & 3 deletions lib/build/recipe/emailverification/componentOverrideContext.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 14 additions & 3 deletions lib/build/recipe/multifactorauth/componentOverrideContext.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 14 additions & 3 deletions lib/build/recipe/multitenancy/componentOverrideContext.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 14 additions & 3 deletions lib/build/recipe/oauth2provider/componentOverrideContext.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 14 additions & 3 deletions lib/build/recipe/passwordless/componentOverrideContext.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 14 additions & 3 deletions lib/build/recipe/session/componentOverrideContext.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading