ixartz / Next-js-Boilerplate

🚀🎉📚 Boilerplate and Starter for Next.js 14+ with App Router and Page Router support, Tailwind CSS 3.4 and TypeScript ⚡️ Made with developer experience first: Next.js + TypeScript + ESLint + Prettier + Husky + Lint-Staged + Jest + Testing Library + Cypress + Storybook + Commitlint + VSCode + Netlify + PostCSS + Tailwind CSS

Home Page:https://nextjs-boilerplate.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add additional authentication options (not just clerk)

Geczy opened this issue · comments

commented

clerk has a max users of 10k, i recommend adding nextauth to keep closer with the nextjs ecosystem and allow you to bypass the clerk limits

Thank you for suggesting, totally open to PR for nextauth.

It would even be greater if you can choose the auth provider like Supabase, Nextauth, Clerk, and more. An adapter for each provider would be awesome. So, people can choose the provider they like.

Auth.js (nextAuth) <3

commented

was it added? @ixartz

For feature suggestion, we'll use the project to track the update: https://github.com/users/ixartz/projects/1

Would love to see this as well. Next 12 was easy as nearly drag & drop; Next 14 with the app router is very confusing thus far.