[PR #254] Adds Yubikey OTP Support #11554

Closed
opened 2026-04-20 15:09:27 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/dani-garcia/vaultwarden/pull/254

State: closed
Merged: Yes


Resolves #86
Feature Requests: #246

Features:

  • Yubikey OTP Support
  • Multiple keys (up to 5)
  • Custom OTP Validation server

Known Issues:

  • https://github.com/wisespace-io/yubico-rs/issues/4 The Yubico-rs library has an issue when sending out the OTP request to multiple validation servers simultaneously; any requests that finish after the caller has exited will panic.
    • Impact: Validation still works as intended but the console will be populated with a couple panics every time a key is validated or registered.

Requires pkg-config and libusb

**Original Pull Request:** https://github.com/dani-garcia/vaultwarden/pull/254 **State:** closed **Merged:** Yes --- Resolves #86 Feature Requests: #246 Features: * Yubikey OTP Support * Multiple keys (up to 5) * Custom OTP Validation server Known Issues: * https://github.com/wisespace-io/yubico-rs/issues/4 The Yubico-rs library has an issue when sending out the OTP request to multiple validation servers simultaneously; any requests that finish after the caller has exited will panic. * Impact: Validation still works as intended but the console will be populated with a couple panics every time a key is validated or registered. Requires pkg-config and libusb
GiteaMirror added the pull-request label 2026-04-20 15:09:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#11554