Conversation
- Updated pnpm workspace to ignore specific built dependencies. - Changed Supabase config to expose "better_auth" schema instead of "next_auth". - Modified migration to change user ID type from UUID to TEXT in the users and applications tables. - Added new migration for "better_auth" schema with tables for account, session, user, and verification. - Implemented trigger to sync users between better_auth and public schemas. - Updated TypeScript configuration for improved JSX support and included additional type definitions. - Refactored Supabase client to use updated auth import and handle session retrieval with headers.
…nd remove unused components
❌ Deploy Preview for prt02 failed. Why did it fail? →
|
… attempt tracking
…improved validation
…y and performance
❌ Deploy Preview for prt02 failed. Why did it fail? →
|
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
website-v2 | d221f7d | Apr 30 2026, 08:58 PM |
… update migration and seeding scripts accordingly
…ed fields, and enable observability
…ry for improved query execution
…regional cache for incremental cache
hueypov
added a commit
that referenced
this pull request
Apr 30, 2026
* delete: remove next-auth-related files and schema * feat: update Supabase configuration and add better_auth schema - Updated pnpm workspace to ignore specific built dependencies. - Changed Supabase config to expose "better_auth" schema instead of "next_auth". - Modified migration to change user ID type from UUID to TEXT in the users and applications tables. - Added new migration for "better_auth" schema with tables for account, session, user, and verification. - Implemented trigger to sync users between better_auth and public schemas. - Updated TypeScript configuration for improved JSX support and included additional type definitions. - Refactored Supabase client to use updated auth import and handle session retrieval with headers. * feat: add login and signup forms with Google and email authentication * feat: implement login and signup pages, update authentication flow, and remove unused components * feat: add proxy middleware for authentication and route protection * feat: add Mailpit setup documentation and Docker configuration for email testing * feat: implement email verification and password reset functionality with templates * feat: enhance login and signup forms with validation and email verification dialog * feat: add reset password page and form with validation * feat: enhance email verification dialog with resend functionality and attempt tracking * feat: add forgot password dialog with email validation and reset functionality * feat: add forgot password dialog and enhance login/signup forms with improved validation * cf migration * feat: update dependencies in pnpm-lock.yaml for improved compatibility and performance * Refactor actions to simplify caching and member lookups * Migrate auth envs and preserve Wrangler vars * Trigger Cloudflare build * Trigger Cloudflare build * Force auth pages to render dynamically * Wrap auth pages in Suspense for prerendering * Refactor database client implementation to use 'postgres' package and update migration and seeding scripts accordingly * Add postgres package to dependencies and remove duplicate entry * Update wrangler configuration: adjust compatibility date, remove unused fields, and enable observability * Fix Better Auth deploy config and timestamp mapping * Fix Workers auth and database config * Update Neon config and auth caching * Update layout and button size * Refactor audit database handling: replace getAuditDb with runAuditQuery for improved query execution * Update caching configuration: change cache life to max and implement regional cache for incremental cache * Remove unused files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.