Authentication in Next.js App Router

This is a demo developed to demonstrate how the App Router works. In this case, I developed basic authentication using Lucia to manage sessions, Arctic for OAuth logins, and Drizzle as the ORM for a PostgreSQL database. All the code is fully available on my GitHub for you to see how it's done.