[PR #2697] [CLOSED] feat: x402 plugin #4444

Closed
opened 2026-03-13 11:47:01 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/2697
Author: @ping-maxwell
Created: 5/18/2025
Status: Closed

Base: mainHead: feat/plugins/x402


📝 Commits (5)

📊 Changes

12 files changed (+1704 additions, -493 deletions)

View changed files

📝 dev/bun/auth.ts (+0 -1)
📝 docs/components/sidebar-content.tsx (+7 -0)
docs/content/docs/plugins/x402.mdx (+114 -0)
packages/x402/build.config.ts (+12 -0)
packages/x402/package.json (+53 -0)
packages/x402/src/client.ts (+111 -0)
packages/x402/src/index.ts (+113 -0)
packages/x402/src/utils.ts (+334 -0)
packages/x402/src/x402.test.ts (+99 -0)
packages/x402/tsconfig.json (+20 -0)
packages/x402/vitest.config.ts (+10 -0)
📝 pnpm-lock.yaml (+831 -492)

📄 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/2697 **Author:** [@ping-maxwell](https://github.com/ping-maxwell) **Created:** 5/18/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/plugins/x402` --- ### 📝 Commits (5) - [`ba3d10d`](https://github.com/better-auth/better-auth/commit/ba3d10dfa8c954239a0831064b24f8f67e0cf628) init - [`e7fdbcf`](https://github.com/better-auth/better-auth/commit/e7fdbcffe9de671757254ddafef9060cff1aff87) chore: lint - [`6d5fab1`](https://github.com/better-auth/better-auth/commit/6d5fab1cd927c9e873a9f20c4100a6e602efbcae) update: x402 client - [`2d64e05`](https://github.com/better-auth/better-auth/commit/2d64e05a735d3734341ed476dd8f03f12669d3ab) add: docs - [`0d5cc7e`](https://github.com/better-auth/better-auth/commit/0d5cc7e88a3800f2cc402323620a8e40f4a66a52) WIP ### 📊 Changes **12 files changed** (+1704 additions, -493 deletions) <details> <summary>View changed files</summary> 📝 `dev/bun/auth.ts` (+0 -1) 📝 `docs/components/sidebar-content.tsx` (+7 -0) ➕ `docs/content/docs/plugins/x402.mdx` (+114 -0) ➕ `packages/x402/build.config.ts` (+12 -0) ➕ `packages/x402/package.json` (+53 -0) ➕ `packages/x402/src/client.ts` (+111 -0) ➕ `packages/x402/src/index.ts` (+113 -0) ➕ `packages/x402/src/utils.ts` (+334 -0) ➕ `packages/x402/src/x402.test.ts` (+99 -0) ➕ `packages/x402/tsconfig.json` (+20 -0) ➕ `packages/x402/vitest.config.ts` (+10 -0) 📝 `pnpm-lock.yaml` (+831 -492) </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-03-13 11:47:01 -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#4444