An open API service indexing awesome lists of open source software.

https://github.com/supsugam/ez-next-auth

Makes authentication with next.js/next-auth less headache, No BS, injects an authentication boilerplate into your nextjs project.
https://github.com/supsugam/ez-next-auth

authentication cmd command-line ez-next-auth jwt next-auth nextjs

Last synced: 5 months ago
JSON representation

Makes authentication with next.js/next-auth less headache, No BS, injects an authentication boilerplate into your nextjs project.

Awesome Lists containing this project

README

          

# ez-next-auth

`ez-next-auth` is an npm CLI tool for adding authentication boilerplate to Next.js projects using NextAuth.js.

## Usage

- Navigate to your Next.js project directory
- Run `npx ez-next-auth` in your terminal
- Install next-auth and other dependencies
- Follow prompts and copy `.ez-next-auth.env` contents to your `.env` file. Ensure your database connection is set.

## Planned Features

- More OAuth providers
- MySQL and other database support
- Enhanced session strategy
- Improved CLI UX

## Contributing

Contributions are welcome!

---

※ `ez-next-auth` by @supSugam