[PR #3930] [CLOSED] experimental: hono starter #5092

Closed
opened 2026-03-13 12:10:28 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/3930
Author: @himself65
Created: 8/11/2025
Status: Closed

Base: canaryHead: himself65/2025/08/11/template


📝 Commits (1)

  • 4778c93 experimental: hono starter

📊 Changes

6 files changed (+712 additions, -117 deletions)

View changed files

demo/nodejs/index.html (+11 -0)
demo/nodejs/package.json (+26 -0)
demo/nodejs/src/app.tsx (+26 -0)
demo/nodejs/src/server.ts (+35 -0)
demo/nodejs/tsconfig.json (+12 -0)
📝 pnpm-lock.yaml (+602 -117)

📄 Description

Related issue: https://github.com/better-auth/better-auth/issues/3874, https://github.com/better-auth/better-auth/issues/3743

I want to reproduce the issue, but I guess it doesn't relate to better-auth itself


Summary by cubic

Added a Node.js demo app using Hono, React, and better-auth to showcase authentication with email and password.

  • New Features
    • Set up a simple frontend and backend with authentication endpoints.
    • Included in-memory SQLite database and CORS support for local development.

🔄 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/3930 **Author:** [@himself65](https://github.com/himself65) **Created:** 8/11/2025 **Status:** ❌ Closed **Base:** `canary` ← **Head:** `himself65/2025/08/11/template` --- ### 📝 Commits (1) - [`4778c93`](https://github.com/better-auth/better-auth/commit/4778c9349de198d170928c090afa1c8ed5d25281) experimental: hono starter ### 📊 Changes **6 files changed** (+712 additions, -117 deletions) <details> <summary>View changed files</summary> ➕ `demo/nodejs/index.html` (+11 -0) ➕ `demo/nodejs/package.json` (+26 -0) ➕ `demo/nodejs/src/app.tsx` (+26 -0) ➕ `demo/nodejs/src/server.ts` (+35 -0) ➕ `demo/nodejs/tsconfig.json` (+12 -0) 📝 `pnpm-lock.yaml` (+602 -117) </details> ### 📄 Description Related issue: https://github.com/better-auth/better-auth/issues/3874, https://github.com/better-auth/better-auth/issues/3743 I want to reproduce the issue, but I guess it doesn't relate to better-auth itself <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Added a Node.js demo app using Hono, React, and better-auth to showcase authentication with email and password. - **New Features** - Set up a simple frontend and backend with authentication endpoints. - Included in-memory SQLite database and CORS support for local development. <!-- 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-03-13 12:10: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#5092