mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:53:00 +03:00
[PR #177] [CLOSED] feat: add oidc end-session endpoint #936
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/177
Author: @kmendell
Created: 1/25/2025
Status: ❌ Closed
Base:
main← Head:end-session📝 Commits (3)
a5ad10cinitial testing for ens-session endpoint4950304added end session url to front end oidc client pagee352052add 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.