feat(auth): add Discord auth boilerplate

This commit is contained in:
2022-08-20 22:02:17 +01:00
parent 0b0a40460c
commit 1f08ea12c0
10 changed files with 67 additions and 15 deletions

View File

@@ -38,10 +38,6 @@ DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=
# Bot token for the Discord notification integration.
# Create an application & bot here: https://discord.com/developers/applications
DISCORD_BOT_TOKEN=
RECAPTCHA_SITE_KEY=
RECAPTCHA_PRIVATE_KEY=
RECAPTCHA_VERIFY_URL="https://www.google.com/recaptcha/api/siteverify"
@@ -53,6 +49,10 @@ MOJANG_API_URL="https://api.mojang.com"
IPGEO_API_KEY=""
IPGEO_API_URL="https://api.ipgeolocation.io/ipgeo"
DISCORD_CLIENT_ID=
DISCORD_CLIENT_SECRET=
DISCORD_BOT_TOKEN=
ARCANEDEV_LOGVIEWER_MIDDLEWARE=web,auth,can:admin.maintenance.logs.view
RELEASE=0.8.0