[PR #177] [CLOSED] feat: add oidc end-session endpoint #936

Closed
opened 2025-10-08 00:20:02 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pocket-id/pocket-id/pull/177
Author: @kmendell
Created: 1/25/2025
Status: Closed

Base: mainHead: end-session


📝 Commits (3)

  • a5ad10c initial testing for ens-session endpoint
  • 4950304 added end session url to front end oidc client page
  • e352052 add OIDC end-session endpoint

📊 Changes

2 files changed (+16 additions, -2 deletions)

View changed files

📝 backend/internal/controller/oidc_controller.go (+15 -2)
📝 frontend/src/routes/settings/admin/oidc-clients/[id]/+page.svelte (+1 -0)

📄 Description

Related to: https://github.com/stonith404/pocket-id/issues/160

I tested and all seems to work, the endpoint i came up with was https://id.example.com/api/oidc/end-session


🔄 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/pocket-id/pocket-id/pull/177 **Author:** [@kmendell](https://github.com/kmendell) **Created:** 1/25/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `end-session` --- ### 📝 Commits (3) - [`a5ad10c`](https://github.com/pocket-id/pocket-id/commit/a5ad10cb54bee8815c913af5f66f5e0d6ce89862) initial testing for ens-session endpoint - [`4950304`](https://github.com/pocket-id/pocket-id/commit/495030412c7f722873d34c4c71d7bb123ac06033) added end session url to front end oidc client page - [`e352052`](https://github.com/pocket-id/pocket-id/commit/e352052b680ad9629711cef95bf71c2b7e908718) add OIDC end-session endpoint ### 📊 Changes **2 files changed** (+16 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `backend/internal/controller/oidc_controller.go` (+15 -2) 📝 `frontend/src/routes/settings/admin/oidc-clients/[id]/+page.svelte` (+1 -0) </details> ### 📄 Description Related to: https://github.com/stonith404/pocket-id/issues/160 I tested and all seems to work, the endpoint i came up with was https://id.example.com/api/oidc/end-session --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-08 00:20:02 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id-pocket-id-1#936