Skip to content

Commit 87c9b13

Browse files
committed
feat(webauthn): PR review and minor cleanup
1 parent 0cd04c2 commit 87c9b13

35 files changed

+469
-481
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [0.49.0] - 2025-03-12
1111

12-
- Adds webauthn recipe with passkey, webauthn-platform, and webauthn-resident support
13-
- Adds new pre-built UI components for passkey
12+
- Added the `Webauthn` recipe and prebuilt UI with passkey, webauthn-platform, and webauthn-resident support
1413
- Adds new colors to the palette
1514
- `--palette-caution`: Used for showing cautionary messages
1615
- `--palette-errorDark`: Used for showing error messages with a darker shade
16+
- `--palette-buttonGreyedOut`: Used in some disabled buttons
17+
- Updated User type to include webauthn as a possible login method.
18+
- Added `webauthn` as a possible factorid
19+
- Added support for FDI 4.1
1720

1821
## [0.48.0] - 2024-10-07
1922

lib/build/recipe/webauthn/components/themes/sendRecoveryEmail/emailSent.d.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/recipe/webauthn/components/themes/sendRecoveryEmail/recoverAccountForm.d.ts

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

lib/build/recipe/webauthn/components/themes/signUp/featureBlocks.d.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/recipe/webauthn/index.d.ts

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

lib/build/recipe/webauthn/recipe.d.ts

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

lib/build/recipe/webauthn/types.d.ts

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

lib/build/recipe/webauthn/utils.d.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)