In this project, you will add authentication to the Posts app. You will implement user sign-up, sign-in, and sign-out functionality using the Lucia Auth library. You will also secure the API routes to require authentication for creating, updating, and deleting posts.
Posts is a minimalistic clone of https://posts.cv/, which is itself a simplified and scaled-down alternative to Twitter. We built this clone solely for educational purposes.