[PR #8696] [MERGED] feat: agent auth plugin #25053

Closed
opened 2026-04-15 22:42:28 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/8696
Author: @Bekacru
Created: 3/19/2026
Status: Merged
Merged: 3/19/2026
Merged by: @Bekacru

Base: canaryHead: feat/aap


📝 Commits (8)

  • 99c5004 feat: agent auth
  • 48b8741 add banner
  • eddd07e docs: update Agent Auth plugin documentation and sidebar integration
  • 58767e3 chore: add more about open api and mcp adapter
  • 0bb3800 fix spell
  • 615d3ae chore: update custom words in cspell configuration
  • 18128d2 Update docs/content/docs/plugins/agent-auth.mdx
  • 4663201 chore: agent-auth

📊 Changes

10 files changed (+1399 additions, -6 deletions)

View changed files

📝 .cspell/custom-words.txt (+3 -0)
docs/content/docs/plugins/agent-auth.mdx (+531 -0)
📝 docs/content/docs/plugins/index.mdx (+1 -0)
docs/content/docs/plugins/meta.json (+45 -0)
📝 landing/app/page.tsx (+1 -1)
📝 landing/components/landing/hero-title.tsx (+27 -4)
📝 landing/components/sidebar-content.tsx (+7 -0)
📝 landing/package.json (+1 -1)
packages/cli/src/commands/ai.ts (+781 -0)
📝 packages/cli/src/index.ts (+2 -0)

📄 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/8696 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 3/19/2026 **Status:** ✅ Merged **Merged:** 3/19/2026 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `canary` ← **Head:** `feat/aap` --- ### 📝 Commits (8) - [`99c5004`](https://github.com/better-auth/better-auth/commit/99c5004bea4090f283afb0d8515750da6bbdf536) feat: agent auth - [`48b8741`](https://github.com/better-auth/better-auth/commit/48b8741ca69144fe5c388055f60e3c4a72786f65) add banner - [`eddd07e`](https://github.com/better-auth/better-auth/commit/eddd07eec9f43638fe86fdd58145f24e39a11659) docs: update Agent Auth plugin documentation and sidebar integration - [`58767e3`](https://github.com/better-auth/better-auth/commit/58767e351127795f20bd5f8df7c9e4bfa6d2b0f9) chore: add more about open api and mcp adapter - [`0bb3800`](https://github.com/better-auth/better-auth/commit/0bb3800945ad63a14150c82f7e7ec2dd636cd454) fix spell - [`615d3ae`](https://github.com/better-auth/better-auth/commit/615d3aef05e0329ae5070bd2bc99f589efc18e0d) chore: update custom words in cspell configuration - [`18128d2`](https://github.com/better-auth/better-auth/commit/18128d2dd8a3f28d7353e93896e115bf6cb85cf6) Update docs/content/docs/plugins/agent-auth.mdx - [`4663201`](https://github.com/better-auth/better-auth/commit/46632014c57b5410f04721294f9aad04f7352a71) chore: agent-auth ### 📊 Changes **10 files changed** (+1399 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `.cspell/custom-words.txt` (+3 -0) ➕ `docs/content/docs/plugins/agent-auth.mdx` (+531 -0) 📝 `docs/content/docs/plugins/index.mdx` (+1 -0) ➕ `docs/content/docs/plugins/meta.json` (+45 -0) 📝 `landing/app/page.tsx` (+1 -1) 📝 `landing/components/landing/hero-title.tsx` (+27 -4) 📝 `landing/components/sidebar-content.tsx` (+7 -0) 📝 `landing/package.json` (+1 -1) ➕ `packages/cli/src/commands/ai.ts` (+781 -0) 📝 `packages/cli/src/index.ts` (+2 -0) </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-15 22:42:28 -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#25053