[PR #684] [MERGED] Add twitch socialite auth provider #5691

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/684
Author: @moutonnoireu
Created: 1/29/2018
Status: Merged
Merged: 2/11/2018
Merged by: @ssddanbrown

Base: masterHead: master


📝 Commits (5)

📊 Changes

8 files changed (+159 additions, -80 deletions)

View changed files

📝 .env.example (+3 -1)
📝 app/Providers/EventServiceProvider.php (+1 -0)
📝 app/Services/SocialAuthService.php (+1 -1)
📝 composer.json (+2 -1)
📝 composer.lock (+112 -75)
📝 config/services.php (+8 -1)
📝 package.json (+1 -1)
resources/assets/icons/twitch.svg (+31 -0)

📄 Description

Followed some of the recent socialite added providers (okta, etc). It should work without any problems. If somebody could test ? 👍


🔄 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/684 **Author:** [@moutonnoireu](https://github.com/moutonnoireu) **Created:** 1/29/2018 **Status:** ✅ Merged **Merged:** 2/11/2018 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`5e2bf7c`](https://github.com/BookStackApp/BookStack/commit/5e2bf7c3e4ecbad479f61f68decb286292acd3de) Add twitch socialite auth provider - [`1651c80`](https://github.com/BookStackApp/BookStack/commit/1651c807cbb289fdd19f09ef46bdc7949c21c2d6) Update... - [`f51e0e9`](https://github.com/BookStackApp/BookStack/commit/f51e0e9eb95c02a7d7d0b6bf90439629ac968a7d) Update services.php - [`6f7cfe7`](https://github.com/BookStackApp/BookStack/commit/6f7cfe7206511953aee0a3d060ebc01241d35b0d) Update .env.example - [`addfb96`](https://github.com/BookStackApp/BookStack/commit/addfb9600277f0ce7d9a4159f3b77d9daf4ea36f) reduced icon size ### 📊 Changes **8 files changed** (+159 additions, -80 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+3 -1) 📝 `app/Providers/EventServiceProvider.php` (+1 -0) 📝 `app/Services/SocialAuthService.php` (+1 -1) 📝 `composer.json` (+2 -1) 📝 `composer.lock` (+112 -75) 📝 `config/services.php` (+8 -1) 📝 `package.json` (+1 -1) ➕ `resources/assets/icons/twitch.svg` (+31 -0) </details> ### 📄 Description Followed some of the recent socialite added providers (okta, etc). It should work without any problems. If somebody could test ? 👍 --- <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:14:20 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5691