Add passkey authentication support#2507
Open
lazerusrm wants to merge 1 commit into
Open
Conversation
Author
|
I have wanted this feature as i have implemented it across other private software i maintain, I tested this as much as possible and have been running it with the latest version in my production enviornment. It is nice to have passkeys, works great for biometric auth on mac! :) Let me know if i have something wrong and i will address it. -Brad |
lazerusrm
force-pushed
the
passkey-authentication
branch
from
July 2, 2026 21:47
21df303 to
2d71afd
Compare
lazerusrm
marked this pull request as ready for review
July 10, 2026 12:44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds WebAuthn passkeys as a first-class sign-in method while keeping TOTP available as a fallback.
The backend now supports passkey registration, passkey sign-in, passkey reauthentication, and mobile handoff flows. It also adds user and admin management endpoints for listing, renaming, deleting, and resetting passkeys.
Companion frontend PR: amidaware/tacticalrmm-web#55
Security details
Operational details
accounts.0043_webauthn_credentialsmigration.reset_passkeysfor command-line passkey removal.reset_2facommand so a full MFA reset also removes passkeys.Validation
manage.py checkandpip checkon the validation VM and the deployed installation.