[PR #4078] [CLOSED] [cherry-pick] fix to main #13420

Closed
opened 2026-04-13 08:55:40 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/4078
Author: @himself65
Created: 8/19/2025
Status: Closed

Base: mainHead: himself65/2025/08/18/cherry-pick-2


📝 Commits (5)

📊 Changes

29 files changed (+898 additions, -771 deletions)

View changed files

📝 .vscode/settings.json (+27 -27)
📝 biome.json (+65 -59)
📝 demo/nextjs/components.json (+19 -19)
📝 demo/nextjs/tsconfig.json (+25 -25)
📝 docs/components.json (+19 -19)
📝 docs/components/logo-context-menu.tsx (+3 -3)
📝 docs/components/sidebar-content.tsx (+2 -2)
📝 docs/content/docs/meta.json (+11 -11)
📝 docs/content/docs/plugins/jwt.mdx (+34 -0)
📝 docs/content/docs/plugins/oidc-provider.mdx (+6 -1)
📝 docs/tsconfig.json (+28 -28)
📝 integration-tests/bun/tsconfig.json (+22 -22)
📝 integration-tests/cloudflare/drizzle/meta/0000_snapshot.json (+326 -326)
📝 integration-tests/cloudflare/drizzle/meta/_journal.json (+11 -11)
📝 integration-tests/cloudflare/package.json (+20 -20)
📝 integration-tests/cloudflare/tsconfig.json (+15 -15)
📝 packages/better-auth/package.json (+3 -3)
📝 packages/better-auth/src/crypto/buffer.ts (+6 -6)
📝 packages/better-auth/src/plugins/jwt/index.ts (+38 -0)
📝 packages/better-auth/src/plugins/jwt/jwt.test.ts (+45 -1)

...and 9 more files

📄 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/4078 **Author:** [@himself65](https://github.com/himself65) **Created:** 8/19/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `himself65/2025/08/18/cherry-pick-2` --- ### 📝 Commits (5) - [`798632b`](https://github.com/better-auth/better-auth/commit/798632b130b7c892a1e088c3afb8bfdabe1341c1) chore: lint json files (#4068) - [`0ba3b82`](https://github.com/better-auth/better-auth/commit/0ba3b82f36cae2bf6e3e723098fdda64e109f2f4) docs: fix typos (#4069) - [`046c0ae`](https://github.com/better-auth/better-auth/commit/046c0ae19092d3e35c8560d6c4fbc27e728a8d38) feat(jwt): add disableSettingJwtHeader flag to prevent issuance of signed jwt (#4072) - [`19a0fb6`](https://github.com/better-auth/better-auth/commit/19a0fb602f7dc13adb99cb960515d5ddf86f2117) feat(jwt): jwks remote url (#4071) - [`a451346`](https://github.com/better-auth/better-auth/commit/a4513467ca5a0e703d18edf59b44e4ec874e077e) fix: constant time compare (#4077) ### 📊 Changes **29 files changed** (+898 additions, -771 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/settings.json` (+27 -27) 📝 `biome.json` (+65 -59) 📝 `demo/nextjs/components.json` (+19 -19) 📝 `demo/nextjs/tsconfig.json` (+25 -25) 📝 `docs/components.json` (+19 -19) 📝 `docs/components/logo-context-menu.tsx` (+3 -3) 📝 `docs/components/sidebar-content.tsx` (+2 -2) 📝 `docs/content/docs/meta.json` (+11 -11) 📝 `docs/content/docs/plugins/jwt.mdx` (+34 -0) 📝 `docs/content/docs/plugins/oidc-provider.mdx` (+6 -1) 📝 `docs/tsconfig.json` (+28 -28) 📝 `integration-tests/bun/tsconfig.json` (+22 -22) 📝 `integration-tests/cloudflare/drizzle/meta/0000_snapshot.json` (+326 -326) 📝 `integration-tests/cloudflare/drizzle/meta/_journal.json` (+11 -11) 📝 `integration-tests/cloudflare/package.json` (+20 -20) 📝 `integration-tests/cloudflare/tsconfig.json` (+15 -15) 📝 `packages/better-auth/package.json` (+3 -3) 📝 `packages/better-auth/src/crypto/buffer.ts` (+6 -6) 📝 `packages/better-auth/src/plugins/jwt/index.ts` (+38 -0) 📝 `packages/better-auth/src/plugins/jwt/jwt.test.ts` (+45 -1) _...and 9 more files_ </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-13 08:55:40 -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#13420