mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-07-16 05:54:01 +03:00
[PR #583] [MERGED] feat: auto detect callback url #847
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/583
Author: @kmendell
Created: 5/28/2025
Status: ✅ Merged
Merged: 5/29/2025
Merged by: @stonith404
Base:
main← Head:feat/detect-callback-url📝 Commits (7)
b064e0dfeat: auto detect callback url5a9b915update description texta263a82update error text14c5af5fix testsd3b4527disallow empty callback URL52ac1d8remove unnecessaryisEmptypropertye533dc1remove unnecessary comments📊 Changes
8 files changed (+67 additions, -36 deletions)
View changed files
📝
backend/internal/common/errors.go(+7 -0)📝
backend/internal/dto/oidc_dto.go(+1 -1)📝
backend/internal/service/oidc_service.go(+45 -13)📝
frontend/messages/en-US.json(+1 -1)📝
frontend/src/lib/types/oidc.type.ts(+1 -1)📝
frontend/src/routes/settings/admin/oidc-clients/oidc-callback-url-input.svelte(+7 -11)📝
frontend/src/routes/settings/admin/oidc-clients/oidc-client-form.svelte(+2 -3)📝
tests/specs/oidc-client-settings.spec.ts(+3 -6)📄 Description
fixes: https://github.com/pocket-id/pocket-id/issues/538
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.