docs: remove hardcoded IP from 2FA guide (use your-server placeholder)

This commit is contained in:
master3395
2026-03-07 02:47:55 +01:00
parent 4be0bfd5aa
commit 6eb28d6ec4

View File

@@ -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