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.
- Host: GitHub
- URL: https://github.com/supsugam/ez-next-auth
- Owner: supSugam
- Created: 2024-06-22T16:42:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T14:02:21.000Z (about 2 years ago)
- Last Synced: 2025-12-02T01:33:25.988Z (7 months ago)
- Topics: authentication, cmd, command-line, ez-next-auth, jwt, next-auth, nextjs
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/ez-next-auth
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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