mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
feat: login via passkey
This commit is contained in:
parent
44c3180df7
commit
bdfbbd0e8f
37 changed files with 1529 additions and 643 deletions
|
@ -17,6 +17,7 @@ CertRenewalInterval = 7
|
|||
RecursiveNameservers =
|
||||
SkipInstallation = false
|
||||
Name =
|
||||
InsecureSkipVerify = false
|
||||
|
||||
[nginx]
|
||||
AccessLogPath = /var/log/nginx/access.log
|
||||
|
@ -59,3 +60,8 @@ MaxAttempts = 10
|
|||
|
||||
[crypto]
|
||||
Secret = secret2
|
||||
|
||||
[webauthn]
|
||||
RPDisplayName =
|
||||
RPID =
|
||||
RPOrigins =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue