1.0.16 • Published 5 months ago

next-auth-automatic-setup v1.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

next-auth-automatic-setup

A CLI tool to automate the setup of NextAuth in a Next.js project with TypeScript.

Features

  • Automatic setup of NextAuth.js in Next.js projects
  • Support for both App Router and Pages Router
  • Multiple authentication methods (Providers, Credentials, Magic Link)
  • Database integration (MongoDB, PostgreSQL, MySQL)
  • TypeScript support
  • Automatic environment configuration

Installation

npm install -g next-auth-automatic-setup

Usage

In your Next.js project directory, run:

npx next-auth-automatic-setup

Follow the interactive prompts to configure your authentication setup.

Requirements

  • Next.js 13 or higher
  • Node.js 14 or higher
  • TypeScript

Configuration Options

  • Authentication Types:

    • OAuth Providers (Google, GitHub, etc.)
    • Credentials
    • Magic Link
    • Email/Password
  • Database Support:

    • MongoDB
    • PostgreSQL
    • MySQL

License

MIT

Author

Lucas PORRINI

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

1.0.16

5 months ago

1.0.15

10 months ago

1.0.14

10 months ago

1.0.13

10 months ago

1.0.12

10 months ago

1.0.11

10 months ago

1.0.10

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago