[PR #5942] [CLOSED] feat(oidc-provider): add RP-Initiated Logout endpoint #31938

Closed
opened 2026-04-17 22:48:48 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/5942
Author: @himself65
Created: 11/12/2025
Status: Closed

Base: canaryHead: himself65/2025/11/12/oidc-provider


📝 Commits (2)

  • fbd7b84 feat(oidc-provider): add RP-Initiated Logout endpoint
  • 3580302 refactor: end session

📊 Changes

4 files changed (+218 additions, -1 deletions)

View changed files

packages/better-auth/src/plugins/oidc-provider/endpoints/end-session.ts (+177 -0)
📝 packages/better-auth/src/plugins/oidc-provider/index.ts (+17 -0)
📝 packages/better-auth/src/plugins/oidc-provider/schema.ts (+5 -0)
📝 packages/better-auth/src/plugins/oidc-provider/types.ts (+19 -1)

📄 Description

No description provided


🔄 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/better-auth/better-auth/pull/5942 **Author:** [@himself65](https://github.com/himself65) **Created:** 11/12/2025 **Status:** ❌ Closed **Base:** `canary` ← **Head:** `himself65/2025/11/12/oidc-provider` --- ### 📝 Commits (2) - [`fbd7b84`](https://github.com/better-auth/better-auth/commit/fbd7b84fda88aac0fa46377f5ca51f0b124aa691) feat(oidc-provider): add RP-Initiated Logout endpoint - [`3580302`](https://github.com/better-auth/better-auth/commit/35803022cbde0bfc555ed62ae1df38678b4f96d2) refactor: end session ### 📊 Changes **4 files changed** (+218 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `packages/better-auth/src/plugins/oidc-provider/endpoints/end-session.ts` (+177 -0) 📝 `packages/better-auth/src/plugins/oidc-provider/index.ts` (+17 -0) 📝 `packages/better-auth/src/plugins/oidc-provider/schema.ts` (+5 -0) 📝 `packages/better-auth/src/plugins/oidc-provider/types.ts` (+19 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-17 22:48:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#31938