-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency @passwordless-id/webauthn to v2 #54
base: main
Are you sure you want to change the base?
Conversation
WalkthroughThe changes involve an update to the version of the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Wallet
participant SDK
participant WebAuthn
User->>Wallet: Initiate authentication
Wallet->>SDK: Request authentication
SDK->>WebAuthn: Call web authentication
WebAuthn-->>SDK: Return authentication result
SDK-->>Wallet: Provide authentication result
Wallet-->>User: Display result
Poem
Note Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
Deploy preview for hibit-id ready! ✅ Preview Built with commit df2a565. |
2084c35
to
df2a565
Compare
This PR contains the following updates:
^1.6.1
->^2.0.0
Release Notes
passwordless-id/webauthn (@passwordless-id/webauthn)
v2.1.2
Compare Source
v2.1.1
Compare Source
v2.1.0
Compare Source
v2.0.4
Compare Source
v2.0.3
Compare Source
v2.0.2
Compare Source
autocomplete
flag andisAutocompleteAvailable()
allowCredentials
also accepts list of credentials ids instead of {id: ..., transports: ...}transports
also returned as part of registrationv2.0.1
Compare Source
coutner
=>counter
v2.0.0
Compare Source
At last, the new version is here! It now supports the most recent features like conditional UI and hints, has defaults that better support security keys and uses the default intermediate JSON format for a better interop with other libraries. For more details, consult the docs at https://webauthn.passwordless.id
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.