sahil-idk / opensource.build

OpenSource.Build aims to help open source enthusiasts track and rank their contributions, providing automated tracking, a ranking system, and detailed analytics
https://opensource-build.vercel.app
MIT License
1 stars 1 forks source link

Clerk Authentication Failing in Both Development and Production Environments #7

Open sahil-idk opened 2 months ago

sahil-idk commented 2 months ago

image

I just now came across this Should we opt for other authentication services such as Lucia Auth or some other authentication toolkit ? @Sahil-Sharma-23

Pls feel free to comment

Sahil-Sharma-23 commented 2 months ago

image

I just now came across this Should we opt for other authentication services such as Lucia Auth or some other authentication toolkit ? @Sahil-Sharma-23

Pls feel free to comment

Yes. Instead of fully managed auth providers, we can use something like NextAuth.js to have much more control over the authentication process. Check the below doc link to get started. https://next-auth.js.org/getting-started/example

sahil-idk commented 2 months ago

The problem is that in next auth it has very minimal interface and also has build fails after a while , lucia on other hand gives flexibility of interface but the code is more . i personally had build fails in nextauth and also other projects made by yt creators was same on their deployed app

Sahil-Sharma-23 commented 2 months ago

In that case, we can then move ahead with lucia auth.