mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-17 01:12:27 -05:00
[PR #254] [MERGED] Adds Yubikey OTP Support #2551
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/254
Author: @Step7750
Created: 11/16/2018
Status: ✅ Merged
Merged: 11/16/2018
Merged by: @dani-garcia
Base:
master← Head:master📝 Commits (9)
24a4478Adds yubico-rs library depe664366Adds Yubico Client ID and Secret Key Env Vars9e0e4b1Adds Yubikey OTP Support2433d39Allows Custom Yubico OTP Server6d73580Ensures Yubico Creds are set when opening Yubikey Modal2c233cdAdds Yubikey OTP Support to Readme5a8d5e4Switches to Downstream yubico with Optional libusb82e2b8aCode style changesaba9c28Disable Yubikey 2FA if 0 Keys Provided📊 Changes
8 files changed (+394 additions, -1 deletions)
View changed files
📝
.env(+8 -0)📝
Cargo.lock(+124 -0)📝
Cargo.toml(+6 -0)📝
README.md(+18 -1)📝
src/api/core/mod.rs(+3 -0)📝
src/api/core/two_factor.rs(+215 -0)📝
src/api/identity.rs(+6 -0)📝
src/main.rs(+14 -0)📄 Description
Resolves #86
Feature Requests: #246
Features:
Known Issues:
Requires pkg-config and libusb
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.