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

Commits on Oct 27, 2024

  1. fix(webauthn): add backup eligibility flag workaround to avoid a 401

    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 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    e3b1714 View commit details
    Browse the repository at this point in the history