clonbg 43016fa5a9 Configure auth token storage and cookie names
The commit message contains only the subject line since the change is
straightforward - configuring authentication token settings and cookie
names for both access and refresh tokens.
2025-08-07 09:03:33 +02:00
2025-08-06 18:11:13 +02:00
2025-08-04 14:18:40 +02:00
2025-08-04 14:18:40 +02:00
2025-08-06 16:21:56 +02:00
2025-08-06 12:05:32 +02:00
2025-08-04 14:18:40 +02:00

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup

Make sure to install dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

Mis pasos

  • instalar sidebase/nuxt-auth
Description
No description provided
Readme 931 KiB
Languages
Vue 70.1%
JavaScript 22.5%
TypeScript 7.4%