From 3f0223cd3018c22c423227d53f58b0cb640a94c9 Mon Sep 17 00:00:00 2001 From: lashman Date: Sun, 22 Mar 2026 15:48:00 +0200 Subject: [PATCH] note about punycode for internationalized domains in env example --- .env.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.example b/.env.example index a5f8cae..fdaa2cf 100644 --- a/.env.example +++ b/.env.example @@ -13,6 +13,10 @@ JWT_SECRET= ALTCHA_HMAC_KEY= # 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_ID=example.com WEBAUTHN_ORIGIN=https://example.com