mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-07 13:15:31 +02:00
docs: remove hardcoded IP from 2FA guide (use your-server placeholder)
This commit is contained in:
@@ -97,7 +97,7 @@ TOTP generates time-based codes that change every 30 seconds. Users scan a QR co
|
||||
### What is WebAuthn?
|
||||
WebAuthn is a web standard that enables secure, passwordless authentication using public-key cryptography. It supports biometric authentication, security keys, and device passkeys.
|
||||
|
||||
**Login behaviour**: The login page supports **passkey-first** sign-in: users can click "Login with Passkey" without entering a username. Passkeys are managed under **User Management → Modify User**. The relying party ID (`rp_id`) and origin are derived from the current request host only (never hardcoded), so WebAuthn works on any domain or IP (e.g. `https://207.180.193.210:2087`).
|
||||
**Login behaviour**: The login page supports **passkey-first** sign-in: users can click "Login with Passkey" without entering a username. Passkeys are managed under **User Management → Modify User**. The relying party ID (`rp_id`) and origin are derived from the current request host only (never hardcoded), so WebAuthn works on any domain or IP (e.g. `https://your-server:2087`).
|
||||
|
||||
### Setting Up WebAuthn
|
||||
|
||||
|
||||
Reference in New Issue
Block a user