[PR #8695] [CLOSED] feat: agent auth #25052

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

📋 Pull Request Information

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

Base: canaryHead: feat/cmd-ai


📝 Commits (10+)

  • 545a73d ci: continue on error
  • 0ff021d chore: release v1.5.0
  • d567e1d feat(blog): add draft support for blog posts and update image URLs
  • cdcdc3d chore(blog): update image URLs to use absolute paths for consistency
  • 5224a3f chore: remove draft
  • c14c404 fix: update sign-in link to use absolute URL for better accessibility
  • d760222 docs(expo): update Metro config for Expo SDK 53+ (#8220)
  • 7c8bece docs: fix release og path
  • 848e5f8 refactor: replace Link components with anchor tags for sign-in links
  • fd37e60 chore: improve readme description

📊 Changes

85 files changed (+2776 additions, -519 deletions)

View changed files

📝 .cspell/custom-words.txt (+3 -1)
📝 .gitignore (+1 -0)
📝 docs/content/blogs/1-5.mdx (+2 -2)
📝 docs/content/docs/adapters/drizzle.mdx (+8 -0)
📝 docs/content/docs/adapters/mongo.mdx (+8 -0)
📝 docs/content/docs/adapters/prisma.mdx (+8 -0)
📝 docs/content/docs/integrations/next.mdx (+1 -1)
docs/content/docs/plugins/agent-auth.mdx (+418 -0)
📝 docs/content/docs/plugins/index.mdx (+1 -0)
docs/content/docs/plugins/meta.json (+45 -0)
📝 docs/content/docs/plugins/sso.mdx (+2 -2)
📝 e2e/adapter/test/adapter-factory/basic.ts (+21 -1)
📝 knip.jsonc (+5 -0)
landing/app/api/og-release/route.tsx (+171 -0)
landing/app/api/og/route.tsx (+208 -0)
📝 landing/app/blog/[[...slug]]/page.tsx (+31 -16)
📝 landing/app/blog/layout.tsx (+11 -0)
📝 landing/app/docs/[[...slug]]/page.tsx (+26 -0)
📝 landing/app/globals.css (+4 -6)
📝 landing/app/layout.tsx (+11 -5)

...and 65 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/8695 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 3/19/2026 **Status:** ❌ Closed **Base:** `canary` ← **Head:** `feat/cmd-ai` --- ### 📝 Commits (10+) - [`545a73d`](https://github.com/better-auth/better-auth/commit/545a73d10c58978d1324e7839e263e3d9aeb36fa) ci: continue on error - [`0ff021d`](https://github.com/better-auth/better-auth/commit/0ff021d0a4f4bd387a9674061e7e97a00c24949c) chore: release v1.5.0 - [`d567e1d`](https://github.com/better-auth/better-auth/commit/d567e1dee4a084315bd316865a20dae71456c0d0) feat(blog): add draft support for blog posts and update image URLs - [`cdcdc3d`](https://github.com/better-auth/better-auth/commit/cdcdc3d05dfd35fe52ef259498d5d614a229bef8) chore(blog): update image URLs to use absolute paths for consistency - [`5224a3f`](https://github.com/better-auth/better-auth/commit/5224a3fe2095b97fe69a6c1486bc9bf6eac403c9) chore: remove draft - [`c14c404`](https://github.com/better-auth/better-auth/commit/c14c40433dd3871ef63c80bcc640f99d9fd54801) fix: update sign-in link to use absolute URL for better accessibility - [`d760222`](https://github.com/better-auth/better-auth/commit/d76022210fba065140d3f7401507945ae815c340) docs(expo): update Metro config for Expo SDK 53+ (#8220) - [`7c8bece`](https://github.com/better-auth/better-auth/commit/7c8bece3fac6f950b46f2ad8d4fe46e75f9ce1a2) docs: fix release og path - [`848e5f8`](https://github.com/better-auth/better-auth/commit/848e5f8a67029fedaf929f2257851c89ef04aff8) refactor: replace Link components with anchor tags for sign-in links - [`fd37e60`](https://github.com/better-auth/better-auth/commit/fd37e60c7047a1b18acb6c29e4bfec55fbb5375d) chore: improve readme description ### 📊 Changes **85 files changed** (+2776 additions, -519 deletions) <details> <summary>View changed files</summary> 📝 `.cspell/custom-words.txt` (+3 -1) 📝 `.gitignore` (+1 -0) 📝 `docs/content/blogs/1-5.mdx` (+2 -2) 📝 `docs/content/docs/adapters/drizzle.mdx` (+8 -0) 📝 `docs/content/docs/adapters/mongo.mdx` (+8 -0) 📝 `docs/content/docs/adapters/prisma.mdx` (+8 -0) 📝 `docs/content/docs/integrations/next.mdx` (+1 -1) ➕ `docs/content/docs/plugins/agent-auth.mdx` (+418 -0) 📝 `docs/content/docs/plugins/index.mdx` (+1 -0) ➕ `docs/content/docs/plugins/meta.json` (+45 -0) 📝 `docs/content/docs/plugins/sso.mdx` (+2 -2) 📝 `e2e/adapter/test/adapter-factory/basic.ts` (+21 -1) 📝 `knip.jsonc` (+5 -0) ➕ `landing/app/api/og-release/route.tsx` (+171 -0) ➕ `landing/app/api/og/route.tsx` (+208 -0) 📝 `landing/app/blog/[[...slug]]/page.tsx` (+31 -16) 📝 `landing/app/blog/layout.tsx` (+11 -0) 📝 `landing/app/docs/[[...slug]]/page.tsx` (+26 -0) 📝 `landing/app/globals.css` (+4 -6) 📝 `landing/app/layout.tsx` (+11 -5) _...and 65 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-15 22:42: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#25052