[PR #936] [MERGED] SWA timeout handling - part 2 #3061

Closed
opened 2026-03-02 13:56:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/KelvinTegelaar/CIPP/pull/936
Author: @JohnDuprey
Created: 5/23/2022
Status: Merged
Merged: 5/23/2022
Merged by: @KelvinTegelaar

Base: devHead: dev


📝 Commits (1)

📊 Changes

7 files changed (+35 additions, -18 deletions)

View changed files

📝 src/components/utilities/PrivateRoute.js (+2 -2)
📝 src/scss/_custom.scss (+3 -0)
📝 src/store/api/baseQuery.js (+0 -4)
📝 src/store/middleware/unauthenticatedMiddleware.js (+7 -4)
📝 src/views/pages/login/Login.js (+8 -2)
📝 src/views/pages/page401/Page401.js (+8 -1)
📝 staticwebapp.config.json (+7 -5)

📄 Description

  • Updated logon logic for react handling
    • Move authentication redirect to unauthenticatedMiddleware.js
    • Allow anonymous on default route
    • allow top level domain
    • tweak 401 page response override
  • Update _custom.scss
    • Fix linting errors

🔄 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/KelvinTegelaar/CIPP/pull/936 **Author:** [@JohnDuprey](https://github.com/JohnDuprey) **Created:** 5/23/2022 **Status:** ✅ Merged **Merged:** 5/23/2022 **Merged by:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (1) - [`7bd11c6`](https://github.com/KelvinTegelaar/CIPP/commit/7bd11c6ae8f900aeea01abbd14dbe26995745a54) Updated logon logic (#7) ### 📊 Changes **7 files changed** (+35 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `src/components/utilities/PrivateRoute.js` (+2 -2) 📝 `src/scss/_custom.scss` (+3 -0) 📝 `src/store/api/baseQuery.js` (+0 -4) 📝 `src/store/middleware/unauthenticatedMiddleware.js` (+7 -4) 📝 `src/views/pages/login/Login.js` (+8 -2) 📝 `src/views/pages/page401/Page401.js` (+8 -1) 📝 `staticwebapp.config.json` (+7 -5) </details> ### 📄 Description - Updated logon logic for react handling - Move authentication redirect to unauthenticatedMiddleware.js - Allow anonymous on default route - allow top level domain - tweak 401 page response override - Update _custom.scss - Fix linting errors --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 13:56:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/CIPP#3061
No description provided.