feat: credentials login, guild restrictie, schema username/password
All checks were successful
Build & Deploy / build (push) Successful in 2m1s
All checks were successful
Build & Deploy / build (push) Successful in 2m1s
This commit is contained in:
@@ -20,3 +20,11 @@ NEXTAUTH_SECRET=
|
||||
# Redirect URI instellen op: https://slaap.jouwdomein.be/api/auth/callback/discord
|
||||
DISCORD_CLIENT_ID=
|
||||
DISCORD_CLIENT_SECRET=
|
||||
|
||||
# --- Discord server restrictie (optioneel) ---
|
||||
# Vul in om login te beperken tot leden van jouw Discord server.
|
||||
# Leeg laten = iedereen met een Discord account kan inloggen.
|
||||
#
|
||||
# Server ID vinden: Discord → rechtsklik op je server → "Server-ID kopiëren"
|
||||
# (Zet Ontwikkelaarsmodus aan via Instellingen → Geavanceerd)
|
||||
DISCORD_GUILD_ID=
|
||||
|
||||
Reference in New Issue
Block a user