mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
[PR #533] [MERGED] Changes to feat/proxy-frontend #744
Reference in New Issue
Block a user
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/pocket-id/pocket-id/pull/533
Author: @ItalyPaleAle
Created: 5/14/2025
Status: ✅ Merged
Merged: 5/17/2025
Merged by: @stonith404
Base:
feat/proxy-frontend← Head:proxy-frontend-patch1📝 Commits (6)
b93c3a5Update Dockerfile:ebf33e7renamePUBLIC_APP_URLtoAPP_URL2efacafchange port to 1411 in missing places489c902useAPP_URLin id and access tokens as issuer in e2e testseb4ffd9Address review feedbackec0d453Merge branch 'feat/proxy-frontend' into proxy-frontend-patch1📊 Changes
15 files changed (+121 additions, -88 deletions)
View changed files
📝
.env.example(+1 -1)📝
.github/workflows/e2e-tests.yml(+2 -2)📝
Dockerfile(+19 -22)📝
backend/.env.example(+2 -2)📝
backend/internal/common/env_config.go(+5 -5)📝
docker-compose.yml(+3 -3)📝
frontend/.env.example(+1 -1)📝
frontend/playwright.config.ts(+1 -1)📝
frontend/tests/data.ts(+0 -30)📝
frontend/tests/oidc.spec.ts(+8 -6)📝
frontend/tests/utils/cleanup.util.ts(+2 -1)➕
frontend/tests/utils/jwt.util.ts(+58 -0)📝
frontend/vite.config.ts(+1 -1)📝
scripts/create-one-time-access-token.sh(+3 -2)📝
scripts/docker/entrypoint.sh(+15 -11)📄 Description
Note: this is a PR against feat/proxy-frontend, which is #520
/, so data gets stored to/data🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.