[PR #7631] [CLOSED] fix(oauth-provider): honor prompt=none for OIDC #33054

Closed
opened 2026-04-17 23:43:45 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/7631
Author: @NefixEstrada
Created: 1/27/2026
Status: Closed

Base: mainHead: fix-oidc-oauth-plugin-prompt


📝 Commits (1)

  • 60c7a7b fix(oauth-provider): honor prompt=none for OIDC

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 packages/oauth-provider/src/oauth.ts (+1 -0)

📄 Description

The OIDC standard allows prompt=none to be a valid value. This commit fixes hte plugin to honor the standard


Summary by cubic

Update the OAuth provider to accept prompt=none per the OIDC spec. This enables silent login flows and prevents validation errors with compliant clients.

Written for commit 60c7a7b3e4. Summary will update on new commits.


🔄 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/7631 **Author:** [@NefixEstrada](https://github.com/NefixEstrada) **Created:** 1/27/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix-oidc-oauth-plugin-prompt` --- ### 📝 Commits (1) - [`60c7a7b`](https://github.com/better-auth/better-auth/commit/60c7a7b3e410eb6141b1b387a61adc34a88f724b) fix(oauth-provider): honor prompt=none for OIDC ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/oauth-provider/src/oauth.ts` (+1 -0) </details> ### 📄 Description The OIDC standard allows prompt=none to be a valid value. This commit fixes hte plugin to honor the standard <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Update the OAuth provider to accept prompt=none per the OIDC spec. This enables silent login flows and prevents validation errors with compliant clients. <sup>Written for commit 60c7a7b3e410eb6141b1b387a61adc34a88f724b. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <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 23:43:45 -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#33054