#nextjs
Read more stories on Hashnode
Articles with this tag
I’m very satisfied using Hashnode’s AI helpers. They help me to find title for the post, generate seo description etc. I’ve created a blog site with...
1.) Puth these in .env.local file NEXTAUTH_URL="http://localhost:3000" NEXTAUTH_SECRET="DwyqlAMSV********JhaUxW+RtnFuOpdB9LU=". GOOGLE_ID="********"...
I am working on my blog project and have created an admin panel with the route /admin. To secure the admin routes, I created an authentication system...