Blog
Security
- How to Add a Rate Limiter for Your API Using Next.js 13
Protect your Next.js 13 API from overload with Redis and @upstash/ratelimit. Learn how in this step-by-step guide
24/03/2023
Easy Authentication using Next-Auth
Learn how to use Next-Auth in your Next.js application to easily add authentication without relying on passwords. This post covers setting up authentication providers such as GoogleProvider and email magic links, as well as explaining why passwords are no longer considered secure.
05/03/2023