[PR #5308] [MERGED] fix(oidc-provider): OIDC token-type capitalization #5917

Closed
opened 2026-03-13 12:41:17 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/5308
Author: @yutaka5
Created: 10/14/2025
Status: Merged
Merged: 10/15/2025
Merged by: @Bekacru

Base: canaryHead: fix/oidc-token-type-capitalization


📝 Commits (3)

  • f2bfbe1 fix(oidc-provider): oidc token type capitalization
  • d585c41 chore: remove irrelevant comment
  • d7513fb Merge branch 'canary' into fix/oidc-token-type-capitalization

📊 Changes

2 files changed (+204 additions, -1 deletions)

View changed files

📝 packages/better-auth/src/plugins/oidc-provider/index.ts (+1 -1)
📝 packages/better-auth/src/plugins/oidc-provider/oidc.test.ts (+203 -0)

📄 Description

Fixes token-type from bearer to Bearer in refresh token flow for OIDC.
https://github.com/better-auth/better-auth/issues/5284


🔄 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/5308 **Author:** [@yutaka5](https://github.com/yutaka5) **Created:** 10/14/2025 **Status:** ✅ Merged **Merged:** 10/15/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `canary` ← **Head:** `fix/oidc-token-type-capitalization` --- ### 📝 Commits (3) - [`f2bfbe1`](https://github.com/better-auth/better-auth/commit/f2bfbe1f9d71fee275f5e467d8cd2dfff2fb7a5c) fix(oidc-provider): oidc token type capitalization - [`d585c41`](https://github.com/better-auth/better-auth/commit/d585c41ce584d510893d44f93d8926fbd7b71fdf) chore: remove irrelevant comment - [`d7513fb`](https://github.com/better-auth/better-auth/commit/d7513fb2c5b2d74ba2eb0fd5a90302f9f74d9901) Merge branch 'canary' into fix/oidc-token-type-capitalization ### 📊 Changes **2 files changed** (+204 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/better-auth/src/plugins/oidc-provider/index.ts` (+1 -1) 📝 `packages/better-auth/src/plugins/oidc-provider/oidc.test.ts` (+203 -0) </details> ### 📄 Description Fixes token-type from `bearer` to `Bearer` in refresh token flow for OIDC. https://github.com/better-auth/better-auth/issues/5284 --- <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-03-13 12:41:17 -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#5917