Next.js Discord

Discord Forum

Auth + Nextjs

Answered
Tonkinese posted this in #help-forum
Open in Discord
TonkineseOP
I need a custom user authentication with nextjs optionally with OAuth. What's the easiest way to do it? I need a third party that is easier to integrate with database, has CSRF tokens, and security best practices by default.
Answered by Asian black bear
You should try clerk
View full answer

4 Replies

Asian black bear
You should try clerk
Answer
@Asian black bear You should try clerk
TonkineseOP
Amazing! This will save me a lot of writing codes manually.
It has everything needed including protected routes
This is the solution.