Skip to content
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(webauthn): add backup eligibility flag workaround to avoid a 401 #2907

Merged
merged 1 commit into from
Oct 27, 2024

Conversation

fguillot
Copy link
Member

Since go-webauthn v0.11.0, the backup eligibility flag is strictly validated, but Miniflux does not store this flag.

This workaround set the flag based on the parsed response, and avoid "BackupEligible flag inconsistency detected during login validation" error.

See go-webauthn/webauthn#240

Do you follow the guidelines?

Since go-webauthn v0.11.0, the backup eligibility flag is strictly validated, but Miniflux does not store this flag.

This workaround to set the flag based on the parsed response, and avoid "BackupEligible flag inconsistency detected during login validation" error.

See go-webauthn/webauthn#240
@fguillot fguillot merged commit 2bcc4b8 into main Oct 27, 2024
16 checks passed
@fguillot fguillot deleted the webauthn_backup_flag_workaround branch October 27, 2024 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Unable to add passkey Login fails after upgrading from 2.2.0 to 2.2.1
1 participant