It's not about the color, it's about the authentication.

This project uses various approaches to achieve authentication with Next.js 13 and NextAuth.

Pull the project from

This project uses various approaches to achieve authentication:

  • Client-side protection /w useSession
  • Server-side protection /w Middleware
  • Server-side protection /w getServerSession

If you attempt to access a protected page, and you will be redirected to the sign-in page.