Skip to content

Commit b0525b5

Browse files
committed
chore: release v0.0.2
1 parent 59b97c2 commit b0525b5

5 files changed

Lines changed: 9 additions & 12 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
Nuxt module for [Better Auth](https://better-auth.com) with Nuxt-native route protection, SSR-safe session access, auto-imported helpers, and optional NuxtHub-backed schema generation.
44

5-
> [!WARNING]
6-
> This package is still in alpha. Expect API and behavior changes before a stable release.
7-
85
## Who this is for
96

107
Use this module if you want Better Auth in a Nuxt 4 app and you want the Nuxt-specific pieces handled for you:
@@ -20,7 +17,7 @@ Use this module if you want Better Auth in a Nuxt 4 app and you want the Nuxt-sp
2017
For the fastest path in a Nuxt 4 app:
2118

2219
```bash
23-
npx nuxi module add @onmax/nuxt-better-auth@alpha
20+
npx nuxi module add @onmax/nuxt-better-auth
2421
```
2522

2623
Then create or confirm these files:

docs/app/components/content/landing/LandingInstallCommands.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,25 @@ const packageManagers = [
1919
label: 'pnpm',
2020
value: 'pnpm',
2121
icon: 'i-simple-icons-pnpm',
22-
command: 'pnpm dlx nuxi module add @onmax/nuxt-better-auth@alpha',
22+
command: 'pnpm dlx nuxi module add @onmax/nuxt-better-auth',
2323
},
2424
{
2525
label: 'npm',
2626
value: 'npm',
2727
icon: 'i-simple-icons-npm',
28-
command: 'npx nuxi module add @onmax/nuxt-better-auth@alpha',
28+
command: 'npx nuxi module add @onmax/nuxt-better-auth',
2929
},
3030
{
3131
label: 'bun',
3232
value: 'bun',
3333
icon: 'i-simple-icons-bun',
34-
command: 'bunx nuxi module add @onmax/nuxt-better-auth@alpha',
34+
command: 'bunx nuxi module add @onmax/nuxt-better-auth',
3535
},
3636
{
3737
label: 'yarn',
3838
value: 'yarn',
3939
icon: 'i-simple-icons-yarn',
40-
command: 'yarn dlx nuxi module add @onmax/nuxt-better-auth@alpha',
40+
command: 'yarn dlx nuxi module add @onmax/nuxt-better-auth',
4141
},
4242
] as const
4343

docs/content/1.getting-started/0.index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ After this guide you should have:
3636
### Install the module
3737

3838
```bash
39-
npx nuxi module add @onmax/nuxt-better-auth@alpha
39+
npx nuxi module add @onmax/nuxt-better-auth
4040
```
4141

4242
### Add your secret

docs/content/1.getting-started/1.installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ navigation.icon: i-lucide-download
1010
Install @onmax/nuxt-better-auth in my Nuxt 4 app.
1111
1212
- Read the raw installation documentation first: https://better-auth.nuxt.dev/raw/getting-started/installation.md
13-
- Run `npx nuxi module add @onmax/nuxt-better-auth@alpha`
13+
- Run `npx nuxi module add @onmax/nuxt-better-auth`
1414
- Set `BETTER_AUTH_SECRET` in `.env` (at least 32 chars, high entropy). Optionally prefix with `NUXT_` for runtime config
1515
- Optionally set `NUXT_PUBLIC_SITE_URL` for non-auto-detected platforms
1616
- Create `server/auth.config.ts` using `defineServerAuth` from `@onmax/nuxt-better-auth/config`
@@ -36,7 +36,7 @@ Use this page when you want the full install checklist rather than the shorter q
3636
### Install the module
3737

3838
```bash
39-
npx nuxi module add @onmax/nuxt-better-auth@alpha
39+
npx nuxi module add @onmax/nuxt-better-auth
4040
```
4141

4242
### Set environment variables

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@onmax/nuxt-better-auth",
33
"type": "module",
4-
"version": "0.0.2-alpha.32",
4+
"version": "0.0.2",
55
"packageManager": "pnpm@11.1.0",
66
"description": "Nuxt module for Better Auth integration with NuxtHub, route protection, session management, and role-based access",
77
"author": "onmax",

0 commit comments

Comments
 (0)