[PR #6243] [MERGED] chore: remove out-dated client: false #14789

Closed
opened 2026-04-13 09:38:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/6243
Author: @ping-maxwell
Created: 11/23/2025
Status: Merged
Merged: 11/23/2025
Merged by: @Bekacru

Base: canaryHead: chore/remove-out-dated-client-false


📝 Commits (2)

📊 Changes

4 files changed (+5 additions, -5 deletions)

View changed files

📝 packages/better-auth/src/plugins/api-key/routes/delete-all-expired-api-keys.ts (+0 -1)
📝 packages/better-auth/src/plugins/generic-oauth/index.ts (+2 -1)
📝 packages/better-auth/src/plugins/mcp/index.ts (+3 -2)
📝 packages/passkey/src/index.ts (+0 -1)

📄 Description

Summary by cubic

Removed the outdated client: false metadata and standardized on HIDE_METADATA for server-only routes. No functional changes; this aligns plugins with the current metadata convention.

  • Refactors
    • API Key: removed client: false from deleteAllExpiredApiKeys endpoint.
    • Generic OAuth and MCP: replaced client: false with ...HIDE_METADATA and added imports.
    • Passkey: removed client: false from registration options endpoint.

Written for commit f42185e70f. Summary will update automatically 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/6243 **Author:** [@ping-maxwell](https://github.com/ping-maxwell) **Created:** 11/23/2025 **Status:** ✅ Merged **Merged:** 11/23/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `canary` ← **Head:** `chore/remove-out-dated-client-false` --- ### 📝 Commits (2) - [`860db21`](https://github.com/better-auth/better-auth/commit/860db2105e2aac755f37bf3eb7f32a5887da18f0) chore: remove out-dated `client: false` - [`f42185e`](https://github.com/better-auth/better-auth/commit/f42185e70f89b868b52286697cdfc0584a5b8f40) chore: lint ### 📊 Changes **4 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `packages/better-auth/src/plugins/api-key/routes/delete-all-expired-api-keys.ts` (+0 -1) 📝 `packages/better-auth/src/plugins/generic-oauth/index.ts` (+2 -1) 📝 `packages/better-auth/src/plugins/mcp/index.ts` (+3 -2) 📝 `packages/passkey/src/index.ts` (+0 -1) </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Removed the outdated client: false metadata and standardized on HIDE_METADATA for server-only routes. No functional changes; this aligns plugins with the current metadata convention. - **Refactors** - API Key: removed client: false from deleteAllExpiredApiKeys endpoint. - Generic OAuth and MCP: replaced client: false with ...HIDE_METADATA and added imports. - Passkey: removed client: false from registration options endpoint. <sup>Written for commit f42185e70f89b868b52286697cdfc0584a5b8f40. Summary will update automatically 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-13 09:38:26 -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#14789