mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-05-09 08:25:29 +02:00
[PR #42] [MERGED] Release/v4 #93
Labels
No labels
bug
enhancement
pull-request
question
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/unifi-voucher-site#93
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:release/v4📝 Commits (10+)
4b2e4ceSetup non-root user within Dockerfile. Copy files as non-root user within Dockerfile. Launch app as non-root user within Dockerfile11873f4Replaced AUTH_PASSWORD with AUTH_INTERNAL_PASSWORD9e6eeceRemoved 'public' flow from implementation documentation4ad1b68Removed '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.md43aec4dMoved OIDC routes to /oidc/* paths10f7f72Updated docker installation in README.md. Added Release Noted chapter in README.md4f501c0Added 3.x to 4.x migration documentation to README.md. Updated OIDC integration documentation to mention new callback url5c069f1Implement missing config getters within variables.js0dc4562Implemented the 'AUTH_INTERNAL_ENABLED' and 'AUTH_OIDC_ENABLED' environment variables. Removed complex if structures with 'AUTH_OIDC_ENABLED' checks. Updated README.md3990144Implemented 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.