[PR #42] [MERGED] Release/v4 #93

Closed
opened 2026-05-07 00:18:53 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/glenndehaan/unifi-voucher-site/pull/42
Author: @glenndehaan
Created: 10/4/2024
Status: Merged
Merged: 10/4/2024
Merged by: @glenndehaan

Base: masterHead: release/v4


📝 Commits (10+)

  • 4b2e4ce Setup non-root user within Dockerfile. Copy files as non-root user within Dockerfile. Launch app as non-root user within Dockerfile
  • 11873f4 Replaced AUTH_PASSWORD with AUTH_INTERNAL_PASSWORD
  • 9e6eece Removed 'public' flow from implementation documentation
  • 4ad1b68 Removed 'public' OIDC flow from application. Deprecated 'AUTH_OIDC_CLIENT_TYPE'. Removed 'AUTH_OIDC_CLIENT_TYPE' from documentation. Updated OIDC config checks. Removed 'AUTH_OIDC_CLIENT_TYPE' and 'public' OIDC flow references from README.md
  • 43aec4d Moved OIDC routes to /oidc/* paths
  • 10f7f72 Updated docker installation in README.md. Added Release Noted chapter in README.md
  • 4f501c0 Added 3.x to 4.x migration documentation to README.md. Updated OIDC integration documentation to mention new callback url
  • 5c069f1 Implement missing config getters within variables.js
  • 0dc4562 Implemented the 'AUTH_INTERNAL_ENABLED' and 'AUTH_OIDC_ENABLED' environment variables. Removed complex if structures with 'AUTH_OIDC_ENABLED' checks. Updated README.md
  • 3990144 Implemented new logout flow utilizing new /oidc/logout endpoints

📊 Changes

30 files changed (+262 additions, -211 deletions)

View changed files

📝 .docs/images/desktop_0.png (+0 -0)
📝 .docs/images/mobile_0.png (+0 -0)
📝 .docs/oidc/authentik/README.md (+5 -25)
📝 .docs/oidc/authentik/images/create_provider_3.png (+0 -0)
.docs/oidc/authentik/images/create_provider_4.png (+0 -0)
📝 .docs/oidc/keycloak/README.md (+5 -30)
📝 .docs/oidc/keycloak/images/client_settings_1.png (+0 -0)
📝 .docs/oidc/keycloak/images/client_settings_2.png (+0 -0)
.docs/oidc/keycloak/images/client_settings_3.png (+0 -0)
📝 .docs/oidc/uid/README.md (+2 -2)
📝 .docs/oidc/zitadel/README.md (+3 -3)
📝 .docs/oidc/zitadel/images/project_create_overview.png (+0 -0)
📝 .docs/oidc/zitadel/images/project_uris.png (+0 -0)
📝 Dockerfile (+17 -6)
📝 README.md (+64 -49)
📝 docker-compose.yml (+4 -3)
📝 middlewares/authorization.js (+34 -20)
📝 modules/info.js (+10 -6)
📝 modules/oidc.js (+9 -5)
📝 modules/variables.js (+10 -9)

...and 10 more files

📄 Description

No description provided


🔄 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/glenndehaan/unifi-voucher-site/pull/42 **Author:** [@glenndehaan](https://github.com/glenndehaan) **Created:** 10/4/2024 **Status:** ✅ Merged **Merged:** 10/4/2024 **Merged by:** [@glenndehaan](https://github.com/glenndehaan) **Base:** `master` ← **Head:** `release/v4` --- ### 📝 Commits (10+) - [`4b2e4ce`](https://github.com/glenndehaan/unifi-voucher-site/commit/4b2e4ce93a672083fbdfd3abba64d9d1d41e2358) Setup non-root user within Dockerfile. Copy files as non-root user within Dockerfile. Launch app as non-root user within Dockerfile - [`11873f4`](https://github.com/glenndehaan/unifi-voucher-site/commit/11873f487944d7bdaf770b6bc104958a7dd3a145) Replaced AUTH_PASSWORD with AUTH_INTERNAL_PASSWORD - [`9e6eece`](https://github.com/glenndehaan/unifi-voucher-site/commit/9e6eece08bb073d8057a1a21ae191a889f4207ba) Removed 'public' flow from implementation documentation - [`4ad1b68`](https://github.com/glenndehaan/unifi-voucher-site/commit/4ad1b68161c0ae45af073a9a7cd720e0608113e2) Removed 'public' OIDC flow from application. Deprecated 'AUTH_OIDC_CLIENT_TYPE'. Removed 'AUTH_OIDC_CLIENT_TYPE' from documentation. Updated OIDC config checks. Removed 'AUTH_OIDC_CLIENT_TYPE' and 'public' OIDC flow references from README.md - [`43aec4d`](https://github.com/glenndehaan/unifi-voucher-site/commit/43aec4d02c711e8008112e3085a0662d27429257) Moved OIDC routes to /oidc/* paths - [`10f7f72`](https://github.com/glenndehaan/unifi-voucher-site/commit/10f7f7284bdb544ade162913c20db6d925539c54) Updated docker installation in README.md. Added Release Noted chapter in README.md - [`4f501c0`](https://github.com/glenndehaan/unifi-voucher-site/commit/4f501c09afbef54ee76d9dcfe349818d913eb9e2) Added 3.x to 4.x migration documentation to README.md. Updated OIDC integration documentation to mention new callback url - [`5c069f1`](https://github.com/glenndehaan/unifi-voucher-site/commit/5c069f1c34233f95011f1527c7e12c69f87718ef) Implement missing config getters within variables.js - [`0dc4562`](https://github.com/glenndehaan/unifi-voucher-site/commit/0dc4562ad837711453615f5c05cb6b65ba97f2a5) Implemented the 'AUTH_INTERNAL_ENABLED' and 'AUTH_OIDC_ENABLED' environment variables. Removed complex if structures with 'AUTH_OIDC_ENABLED' checks. Updated README.md - [`3990144`](https://github.com/glenndehaan/unifi-voucher-site/commit/3990144f07b73778253cbf10a8e46c68234659e1) Implemented new logout flow utilizing new /oidc/logout endpoints ### 📊 Changes **30 files changed** (+262 additions, -211 deletions) <details> <summary>View changed files</summary> 📝 `.docs/images/desktop_0.png` (+0 -0) 📝 `.docs/images/mobile_0.png` (+0 -0) 📝 `.docs/oidc/authentik/README.md` (+5 -25) 📝 `.docs/oidc/authentik/images/create_provider_3.png` (+0 -0) ➖ `.docs/oidc/authentik/images/create_provider_4.png` (+0 -0) 📝 `.docs/oidc/keycloak/README.md` (+5 -30) 📝 `.docs/oidc/keycloak/images/client_settings_1.png` (+0 -0) 📝 `.docs/oidc/keycloak/images/client_settings_2.png` (+0 -0) ➖ `.docs/oidc/keycloak/images/client_settings_3.png` (+0 -0) 📝 `.docs/oidc/uid/README.md` (+2 -2) 📝 `.docs/oidc/zitadel/README.md` (+3 -3) 📝 `.docs/oidc/zitadel/images/project_create_overview.png` (+0 -0) 📝 `.docs/oidc/zitadel/images/project_uris.png` (+0 -0) 📝 `Dockerfile` (+17 -6) 📝 `README.md` (+64 -49) 📝 `docker-compose.yml` (+4 -3) 📝 `middlewares/authorization.js` (+34 -20) 📝 `modules/info.js` (+10 -6) 📝 `modules/oidc.js` (+9 -5) 📝 `modules/variables.js` (+10 -9) _...and 10 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:18:53 +02: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/unifi-voucher-site#93
No description provided.