Fix an issue with yubico keys not validating #510

Closed
opened 2026-04-05 21:35:46 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @BlackDex on 6/26/2025

When adding or updating yubico otp keys there were some issues with the validation. Looks like the web-vault sends all keys, not only filled-in keys, which triggered a check on empty keys. Also, we should only return filled-in keys, not the empty ones too.

Fixes #5986

*Originally created by @BlackDex on 6/26/2025* When adding or updating yubico otp keys there were some issues with the validation. Looks like the web-vault sends all keys, not only filled-in keys, which triggered a check on empty keys. Also, we should only return filled-in keys, not the empty ones too. Fixes #5986
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#510