Fix #115 - Remove invalid WEBAUTHN_NAME null value in .env example

This commit is contained in:
Bubka 2022-08-10 11:39:17 +02:00
parent ad2e226ca4
commit caf72a6c9f

View File

@ -120,9 +120,10 @@ PROXY_LOGOUT_URL=null
#### WebAuthn settings #### #### WebAuthn settings ####
# Relying Party name, aka the name of the application. If null, defaults to APP_NAME # Relying Party name, aka the name of the application.
# If blank, defaults to APP_NAME. Do not set to null.
WEBAUTHN_NAME=null WEBAUTHN_NAME=2FAuth
# Relying Party ID. If null, the device will fill it internally. # Relying Party ID. If null, the device will fill it internally.
# See https://webauthn-doc.spomky-labs.com/pre-requisites/the-relying-party#how-to-determine-the-relying-party-id # See https://webauthn-doc.spomky-labs.com/pre-requisites/the-relying-party#how-to-determine-the-relying-party-id