Skip to content

Conversation

@jasonvarga
Copy link
Member

@jasonvarga jasonvarga commented Jan 25, 2026

This reverts #13566

Fixes #13561 differently.

When someone has "minimum-stability": "dev", they would've had the unreleased 5.3 version of webauth-lib installed, which had a breaking change.

In #13566 I decided to optimistically code as if 5.3 would be available by the time we want to release v6. That doesn't look likely.

This PR reverts #13566 because the webauth-lib will now be backwards compatible as per web-auth/webauthn-framework#804. This results in no changes on our end.

This PR also changes the constraint from ^5.2 to ~5.2.0 so that 5.3 cannot be installed for people that still have their minimum stability set to dev.

When the mentioned PR is merged and 5.3 is released, we can switch the constraint back.

@jasonvarga jasonvarga merged commit 0f7c4af into master Jan 26, 2026
12 checks passed
@jasonvarga jasonvarga deleted the fix-passkeys branch January 26, 2026 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants