miniflux / v2

Minimalist and opinionated feed reader
https://miniflux.app
Apache License 2.0
6.97k stars 727 forks source link

fix(webauthn): add backup eligibility flag workaround to avoid a 401 #2907

Closed fguillot closed 3 weeks ago

fguillot commented 3 weeks ago

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 https://github.com/go-webauthn/webauthn/pull/240

Do you follow the guidelines?