Skip to content

Feat/auth#5

Open
iDouglasD wants to merge 4 commits intodevelopmentfrom
feat/auth
Open

Feat/auth#5
iDouglasD wants to merge 4 commits intodevelopmentfrom
feat/auth

Conversation

@iDouglasD
Copy link
Copy Markdown
Owner

  • Add DashboardPage with sign-out functionality
  • Create LoginPage for user sign-in with GitHub
  • Set up User and UserRepository interfaces
  • Implement authClient and auth configuration
  • Establish API routes for authentication

* Add Prisma configuration file for database connection.
* Create Prisma schema with User, Session, Account, and Verification models.
* Implement Prisma client with PostgreSQL adapter.
* Add PrismaUserRepository for user data access.
* Introduce proxy middleware for session management in Next.js.
* Update pnpm workspace to include only built dependencies for Prisma.
* Add DashboardPage with sign-out functionality
* Create LoginPage for user sign-in with GitHub
* Set up User and UserRepository interfaces
* Implement authClient and auth configuration
* Establish API routes for authentication
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 24, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
devmetry Error Error Mar 24, 2026 11:27am

* Add step to generate Prisma Client in PR workflow
* Update .gitignore to exclude generated client files
* Modify package.json to include TypeScript compilation script
* Change Prisma client import path to use generated client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant