[PR #904] [MERGED] add everything needed to use discord as social login provider #5727

Closed
opened 2026-02-05 10:15:28 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/904
Author: @lommes
Created: 6/28/2018
Status: Merged
Merged: 7/29/2018
Merged by: @ssddanbrown

Base: masterHead: 903-socialite-discord


📝 Commits (1)

  • 93795b6 add everything needed to use discord as social login provider

📊 Changes

7 files changed (+57 additions, -9 deletions)

View changed files

📝 .env.example (+2 -0)
📝 app/Providers/EventServiceProvider.php (+1 -0)
📝 app/Services/SocialAuthService.php (+1 -1)
📝 composer.json (+2 -1)
📝 composer.lock (+44 -7)
📝 config/services.php (+6 -0)
resources/assets/icons/auth/discord.svg (+1 -0)

📄 Description

  • Go to https://discordapp.com/developers/applications/me
  • Create new app
  • Choose app name which will be shown to the user during login/registration
  • Add http(s)://yourbookstackurl/login/service/discord/callback as redirect
  • create app
  • add Client ID as value of DISCORD_APP_ID to .env
  • add Client Secret as value of DISCORD_APP_SECRET to .env

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/904 **Author:** [@lommes](https://github.com/lommes) **Created:** 6/28/2018 **Status:** ✅ Merged **Merged:** 7/29/2018 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `903-socialite-discord` --- ### 📝 Commits (1) - [`93795b6`](https://github.com/BookStackApp/BookStack/commit/93795b6eda17bec0e39d93841af13a102f588ea7) add everything needed to use discord as social login provider ### 📊 Changes **7 files changed** (+57 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+2 -0) 📝 `app/Providers/EventServiceProvider.php` (+1 -0) 📝 `app/Services/SocialAuthService.php` (+1 -1) 📝 `composer.json` (+2 -1) 📝 `composer.lock` (+44 -7) 📝 `config/services.php` (+6 -0) ➕ `resources/assets/icons/auth/discord.svg` (+1 -0) </details> ### 📄 Description - Go to https://discordapp.com/developers/applications/me - Create new app - Choose app name which will be shown to the user during login/registration - Add http(s)://yourbookstackurl/login/service/discord/callback as redirect - create app - add Client ID as value of DISCORD_APP_ID to .env - add Client Secret as value of DISCORD_APP_SECRET to .env --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:15:28 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5727