[PR #1063] [MERGED] Add select account parameter for google authorization #5764

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/1063
Author: @justein230
Created: 10/12/2018
Status: Merged
Merged: 11/10/2018
Merged by: @ssddanbrown

Base: masterHead: master


📝 Commits (10+)

  • a76599b Add select account parameter for google authorization
  • 77d7f76 Added else clause
  • 79afec9 Revert "Added else clause"
  • 57d9913 Added environment variable for google select account option.
  • 216358c Added Google select account functionality to login
  • 0283ab1 Added function for redirect with parameters for Socialite
  • c37e73b Moved redirect functionality back to start register and log in functions
  • 89de328 Merge branch 'master' of https://github.com/BookStackApp/BookStack
  • 2ca8038 Removed return from documentation for function redirectToSocialProvider
  • 3abde8b Added config entry for select account

📊 Changes

3 files changed (+18 additions, -2 deletions)

View changed files

📝 .env.example (+1 -0)
📝 app/Auth/Access/SocialAuthService.php (+16 -2)
📝 config/services.php (+1 -0)

📄 Description

Useful for choosing an account if a default account is outside the scope of a G Suite organization.


🔄 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/1063 **Author:** [@justein230](https://github.com/justein230) **Created:** 10/12/2018 **Status:** ✅ Merged **Merged:** 11/10/2018 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`a76599b`](https://github.com/BookStackApp/BookStack/commit/a76599bd2aaf85040b67b3ce2f64e6ea88961936) Add select account parameter for google authorization - [`77d7f76`](https://github.com/BookStackApp/BookStack/commit/77d7f764f1321fda7a2731c8c7ef50cecdea1af8) Added else clause - [`79afec9`](https://github.com/BookStackApp/BookStack/commit/79afec9737cee9c9c5ef72576a42dcd3bf6116a9) Revert "Added else clause" - [`57d9913`](https://github.com/BookStackApp/BookStack/commit/57d99130ee6923b1bbbbe6ee299451d5fd68c70f) Added environment variable for google select account option. - [`216358c`](https://github.com/BookStackApp/BookStack/commit/216358c6e4faeaafc67c0208f21910282a16d870) Added Google select account functionality to login - [`0283ab1`](https://github.com/BookStackApp/BookStack/commit/0283ab11b5f675037dd1634993c5e794edc142ad) Added function for redirect with parameters for Socialite - [`c37e73b`](https://github.com/BookStackApp/BookStack/commit/c37e73b626e112aa9f36799ee89bac1751d34b9a) Moved redirect functionality back to start register and log in functions - [`89de328`](https://github.com/BookStackApp/BookStack/commit/89de328439729a70b7faafc72c38c08489a436a3) Merge branch 'master' of https://github.com/BookStackApp/BookStack - [`2ca8038`](https://github.com/BookStackApp/BookStack/commit/2ca8038df2671573811c7e467045176c26aa3d20) Removed return from documentation for function redirectToSocialProvider - [`3abde8b`](https://github.com/BookStackApp/BookStack/commit/3abde8bfe2bead0d6e856782902fcfd5ef7ab04d) Added config entry for select account ### 📊 Changes **3 files changed** (+18 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+1 -0) 📝 `app/Auth/Access/SocialAuthService.php` (+16 -2) 📝 `config/services.php` (+1 -0) </details> ### 📄 Description Useful for choosing an account if a default account is outside the scope of a G Suite organization. --- <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:16:29 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5764