note about punycode for internationalized domains in env example
This commit is contained in:
@@ -13,6 +13,10 @@ JWT_SECRET=
|
|||||||
ALTCHA_HMAC_KEY=
|
ALTCHA_HMAC_KEY=
|
||||||
|
|
||||||
# WebAuthn / Passkey (set these to your actual domain)
|
# WebAuthn / Passkey (set these to your actual domain)
|
||||||
|
# If your domain has non-ASCII characters (umlauts, accents, etc.):
|
||||||
|
# RP_ID uses the unicode version: feedback.example.de
|
||||||
|
# ORIGIN uses the punycode version: https://xn--feedbck-example.de
|
||||||
|
# You can find the punycode version by opening the domain in a browser and copying from the address bar.
|
||||||
WEBAUTHN_RP_NAME=Echoboard
|
WEBAUTHN_RP_NAME=Echoboard
|
||||||
WEBAUTHN_RP_ID=example.com
|
WEBAUTHN_RP_ID=example.com
|
||||||
WEBAUTHN_ORIGIN=https://example.com
|
WEBAUTHN_ORIGIN=https://example.com
|
||||||
|
|||||||
Reference in New Issue
Block a user