New product features | The latest in technology | The weekly debugging nightmares & more!
How to add credential authentication using Auth.js & Next 14
Allow users to login using their email & password.
How to add email verification using Auth.js
Enhance your website security by allowing only verified users to log in.
How to enable password reset using auth.js
Forgot your password? now worries, I got your bro.
How to add 2-factor authentication
Enhance your users' security using 2-factor authentication
How to use clerk to protect your route handlers
Clerk can also protect route handlers, Nice
Using Auth.js (next auth) to protect route handlers
So many ways to protect your route handlers, today it's about auth.js
Next js 13 group routes is a game changer
This is a new feature in next js 13 that solves so many problems
Metadata guide in Next js 13
Next 13 introduced a new way to optimize your metadata, here's what you need to know
Next js 13 Route handlers explained
Forget the old api routes, this is the way
All you need to know about useOptimistic hook in Next js13
A new experimental feature from Next js 13 that will greatly imporove your UX
Next js 13 server actions introduction
Who needs api endpoints when we have server actions ?
Create server side Pagination in Next js 13
You know what's better than pagination? Server side Pagination.
How to use server actions with static pages in Next js 13.4
Fix the 405 error that pops up when using server actions in a page that uses generateStaticParams()