New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

create-authon-app

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

create-authon-app

Create a new project with Authon authentication pre-configured

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

create-authon-app

Scaffold a new project with Authon authentication pre-configured.

Usage

npx create-authon-app

Non-interactive

npx create-authon-app my-app --template nextjs-app --yes

Templates

TemplateFrameworkSDK
nextjs-appNext.js (App Router)@authon/nextjs
nextjs-pagesNext.js (Pages Router)@authon/nextjs
react-viteReact + Vite@authon/react
vue-viteVue 3 + Vite@authon/vue
nuxtNuxt 3@authon/vue
svelteSvelteKit@authon/svelte
expressExpress.js@authon/node
nodePlain Node.js@authon/node

What's included

Each generated project includes:

  • Framework-specific configuration
  • Authon authentication setup (provider, middleware)
  • Landing page with sign-in
  • Protected dashboard page
  • Server-side token verification (where applicable)
  • .env.example with Authon configuration
  • CLAUDE.md for AI agent context

Options

-t, --template <template>  Use a specific template (skip framework prompt)
-y, --yes                  Skip prompts and use defaults
-h, --help                 Show help
-v, --version              Show version

License

MIT

Keywords

authon

FAQs

Package last updated on 19 Mar 2026

Related posts