Auth + Nextjs
Answered
Tonkinese posted this in #help-forum
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.
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.