ixartz/Next-js-Boilerplate

add additional authentication options (not just clerk)

Geczy opened this issue · 5 comments

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

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.