[PR #5911] [MERGED] docs: add Openfort third party plugin #23215

Closed
opened 2026-04-15 21:33:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/5911
Author: @jamalavedra
Created: 11/11/2025
Status: Merged
Merged: 3/4/2026
Merged by: @himself65

Base: canaryHead: feat/openfort-docs


📝 Commits (10+)

  • 265144a feat(sidebar): add Openfort link and icon to sidebar content
  • 3f82765 fix(docs): improve formatting and clarify optional steps in Openfort documentation
  • 8d0d990 Merge branch 'canary' into feat/openfort-docs
  • 67fefc7 Merge branch 'canary' into feat/openfort-docs
  • 7f015cf Merge branch 'canary' into feat/openfort-docs
  • d6353f5 Merge branch 'canary' into feat/openfort-docs
  • 0117d01 feat: improvement import
  • b5cf701 Merge branch 'canary' into feat/openfort-docs
  • 30cf2dd chore: add maintance for the plugin
  • 4dbc39e Fix typo in Openfort documentation link

📊 Changes

3 files changed (+597 additions, -0 deletions)

View changed files

📝 .cspell/third-party.txt (+1 -0)
docs/content/docs/plugins/openfort.mdx (+579 -0)
📝 landing/components/sidebar-content.tsx (+17 -0)

📄 Description

Summary by cubic

Adds Openfort docs and a sidebar link with icon to help developers integrate Better Auth with Openfort embedded wallets and EVM transactions. The docs cover setup, optional policy steps, and include support links.

  • New Features

    • Sidebar: “Openfort” entry linking to /docs/plugins/openfort with an inline SVG icon.
    • Docs: New page covering install, env vars (Openfort + Shield), Better Auth config (Bearer + Openfort with encryption session), server/client setup, providers (Wagmi + React Query), dashboard config (Better Auth provider, optional policy), wallet creation/recovery, signing, transactions, troubleshooting, resources, and Telegram support.
  • Refactors

    • cspell: add “wagmi” to the third-party dictionary.

Written for commit 2b34b1e624. Summary will update 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/5911 **Author:** [@jamalavedra](https://github.com/jamalavedra) **Created:** 11/11/2025 **Status:** ✅ Merged **Merged:** 3/4/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `feat/openfort-docs` --- ### 📝 Commits (10+) - [`265144a`](https://github.com/better-auth/better-auth/commit/265144ad3ce8373531172e0ac86111cc901fb71d) feat(sidebar): add Openfort link and icon to sidebar content - [`3f82765`](https://github.com/better-auth/better-auth/commit/3f82765889c0926e187c866d086a7162c292a19a) fix(docs): improve formatting and clarify optional steps in Openfort documentation - [`8d0d990`](https://github.com/better-auth/better-auth/commit/8d0d990a05384c509d7f6f34db2dcf85bc458cec) Merge branch 'canary' into feat/openfort-docs - [`67fefc7`](https://github.com/better-auth/better-auth/commit/67fefc75ba1dfce70c8fd0fded6f56432925f694) Merge branch 'canary' into feat/openfort-docs - [`7f015cf`](https://github.com/better-auth/better-auth/commit/7f015cf1d7c2db692b5a0eacb7ce926274bacaab) Merge branch 'canary' into feat/openfort-docs - [`d6353f5`](https://github.com/better-auth/better-auth/commit/d6353f51993c25f63bc379cc9b205e02ebe57626) Merge branch 'canary' into feat/openfort-docs - [`0117d01`](https://github.com/better-auth/better-auth/commit/0117d01db52ae1e9a19e5ff98acdd60c98137deb) feat: improvement import - [`b5cf701`](https://github.com/better-auth/better-auth/commit/b5cf7019b9f9e6645ccc908305d4c59c6ff63ee5) Merge branch 'canary' into feat/openfort-docs - [`30cf2dd`](https://github.com/better-auth/better-auth/commit/30cf2dd03d97ccb4704807c165ea8a96018a77e0) chore: add maintance for the plugin - [`4dbc39e`](https://github.com/better-auth/better-auth/commit/4dbc39ed31ed1a9af2fa4de09f5937cc904bc229) Fix typo in Openfort documentation link ### 📊 Changes **3 files changed** (+597 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.cspell/third-party.txt` (+1 -0) ➕ `docs/content/docs/plugins/openfort.mdx` (+579 -0) 📝 `landing/components/sidebar-content.tsx` (+17 -0) </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Adds Openfort docs and a sidebar link with icon to help developers integrate Better Auth with Openfort embedded wallets and EVM transactions. The docs cover setup, optional policy steps, and include support links. - **New Features** - Sidebar: “Openfort” entry linking to /docs/plugins/openfort with an inline SVG icon. - Docs: New page covering install, env vars (Openfort + Shield), Better Auth config (Bearer + Openfort with encryption session), server/client setup, providers (Wagmi + React Query), dashboard config (Better Auth provider, optional policy), wallet creation/recovery, signing, transactions, troubleshooting, resources, and Telegram support. - **Refactors** - cspell: add “wagmi” to the third-party dictionary. <sup>Written for commit 2b34b1e624c7efa029c65cc099d5c1d8ddee595f. Summary will update 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-15 21:33:19 -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#23215