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",
|
href: "/docs/integrations/hono",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Node",
|
title: "Express",
|
||||||
icon: Icons.node,
|
icon: Icons.express,
|
||||||
href: "/docs/integrations/node",
|
href: "/docs/integrations/express",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Elysia",
|
title: "Elysia",
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: Node Integration
|
title: Express Integration
|
||||||
description: Integrate Better Auth with Node.
|
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).
|
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