[PR #7760] [MERGED] docs: add Encore integration docs #33138

Closed
opened 2026-04-17 23:48:21 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/7760
Author: @ivancernja
Created: 2/2/2026
Status: Merged
Merged: 3/17/2026
Merged by: @himself65

Base: canaryHead: docs/encore-integration


📝 Commits (2)

  • b110d94 Add Encore integration docs
  • 210baed docs: add new badge to Encore integration

📊 Changes

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

View changed files

docs/content/docs/integrations/encore.mdx (+142 -0)
📝 landing/components/docs/icons.tsx (+13 -0)
📝 landing/components/sidebar-content.tsx (+6 -0)

📄 Description

Adds integration documentation for Encore, an open source TypeScript framework.

Changes

  • New integration doc: docs/content/docs/integrations/encore.mdx
  • Added Encore icon to icons.tsx
  • Added sidebar entry in sidebar-content.tsx

Summary by cubic

Adds Encore integration docs for Better Auth, plus an encore icon and a sidebar link marked as New. The guide shows how to mount the handler, set up CORS/trusted origins, protect endpoints, and debug locally.

  • New Features
    • New docs page: Integrating Better Auth with Encore (api.raw + toNodeHandler, CORS with credentials in encore.app, trustedOrigins, Gateway auth with session validation, local dashboard traces, tutorial link).
    • Added encore icon to the icon set.
    • Added Encore under Integrations in the docs sidebar with isNew: true.

Written for commit 210baed9a3. 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/7760 **Author:** [@ivancernja](https://github.com/ivancernja) **Created:** 2/2/2026 **Status:** ✅ Merged **Merged:** 3/17/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `docs/encore-integration` --- ### 📝 Commits (2) - [`b110d94`](https://github.com/better-auth/better-auth/commit/b110d94be11df4a15c2a3fed13cafd7443542036) Add Encore integration docs - [`210baed`](https://github.com/better-auth/better-auth/commit/210baed9a3b64236f3ff7237653d087564a8f2a0) docs: add new badge to Encore integration ### 📊 Changes **3 files changed** (+161 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docs/content/docs/integrations/encore.mdx` (+142 -0) 📝 `landing/components/docs/icons.tsx` (+13 -0) 📝 `landing/components/sidebar-content.tsx` (+6 -0) </details> ### 📄 Description Adds integration documentation for Encore, an open source TypeScript framework. ## Changes - New integration doc: `docs/content/docs/integrations/encore.mdx` - Added Encore icon to `icons.tsx` - Added sidebar entry in `sidebar-content.tsx` <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Adds Encore integration docs for Better Auth, plus an `encore` icon and a sidebar link marked as New. The guide shows how to mount the handler, set up CORS/trusted origins, protect endpoints, and debug locally. - **New Features** - New docs page: Integrating Better Auth with Encore (`api.raw` + `toNodeHandler`, CORS with credentials in `encore.app`, `trustedOrigins`, Gateway auth with session validation, local dashboard traces, tutorial link). - Added `encore` icon to the icon set. - Added Encore under Integrations in the docs sidebar with `isNew: true`. <sup>Written for commit 210baed9a3b64236f3ff7237653d087564a8f2a0. 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-17 23:48:21 -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#33138