mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 04:19:32 +00:00
docs(rename): node to express in integration docs (#1535)
This commit is contained in:
@@ -779,9 +779,9 @@ export const contents: Content[] = [
|
||||
href: "/docs/integrations/hono",
|
||||
},
|
||||
{
|
||||
title: "Node",
|
||||
icon: Icons.node,
|
||||
href: "/docs/integrations/node",
|
||||
title: "Express",
|
||||
icon: Icons.express,
|
||||
href: "/docs/integrations/express",
|
||||
},
|
||||
{
|
||||
title: "Elysia",
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
---
|
||||
title: Node Integration
|
||||
description: Integrate Better Auth with Node.
|
||||
title: Express Integration
|
||||
description: Integrate Better Auth with Express.
|
||||
---
|
||||
|
||||
Better Auth can be integrated with node based backend frameworks. The guide below will show you how to integrate Better Auth with express.
|
||||
This guide will show you how to integrate Better Auth with [express.js](https://expressjs.com/).
|
||||
|
||||
Before you start, make sure you have a Better Auth instance configured. If you haven't done that yet, check out the [installation](/docs/installation).
|
||||
|
||||
Reference in New Issue
Block a user