[PR #2289] [CLOSED] Middleware to handle SSO variables #5974

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/2289
Author: @injektion
Created: 9/29/2020
Status: Closed

Base: masterHead: ssologin


📝 Commits (1)

  • f9c99c6 This is a combination of 2 commits.

📊 Changes

2 files changed (+46 additions, -0 deletions)

View changed files

📝 app/Http/Kernel.php (+1 -0)
app/Http/Middleware/SsoLogin.php (+45 -0)

📄 Description

Simple middleware to check if SSO variables are set, and auto login if they are.

As per issues #2223 #2180 #1500


🔄 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/2289 **Author:** [@injektion](https://github.com/injektion) **Created:** 9/29/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `ssologin` --- ### 📝 Commits (1) - [`f9c99c6`](https://github.com/BookStackApp/BookStack/commit/f9c99c675dd05627b68004793aa3f0e35453cc38) This is a combination of 2 commits. ### 📊 Changes **2 files changed** (+46 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Kernel.php` (+1 -0) ➕ `app/Http/Middleware/SsoLogin.php` (+45 -0) </details> ### 📄 Description Simple middleware to check if SSO variables are set, and auto login if they are. As per issues #2223 #2180 #1500 --- <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:21:40 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5974