Helpmingle / helpmingle

This is our MVP project.
https://helpmingle.vercel.app/
0 stars 1 forks source link

Feature: set up the authentication with next-auth 5 #2 #3

Closed aliamerj closed 3 months ago

aliamerj commented 3 months ago

This PR sets up authentication and introduces a basic navbar UI

Key Changes:

Authentication:

  1. Implemented next-auth v5 with PostgreSQL and Prisma.

  2. Added Google and GitHub as authentication providers.

  3. Configured necessary database schemas and environment variables.

    Navbar UI:

  4. Created a responsive navbar with an avatar.

  5. Added login and logout functionality.