Skip to content

Feat/registration and login pages#16

Draft
Asynchronite wants to merge 12 commits into
mainfrom
feat/registration-and-login-pages
Draft

Feat/registration and login pages#16
Asynchronite wants to merge 12 commits into
mainfrom
feat/registration-and-login-pages

Conversation

@Asynchronite

@Asynchronite Asynchronite commented Jul 15, 2026

Copy link
Copy Markdown
Member

Adds the registration page
Adds the login page


View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.

Wires Better Auth email/password sign-in and registration cards, name sanitization for display names, and Cloudflare Turnstile verification on both forms via the captcha plugin.
… parts

Sonner toasters replace console.log on sign-up; success routes to home.

buildConnectionString assembles the Postgres URL from POSTGRES_* env vars so app, Prisma CLI, and compose db share one credential source. Add passkey dep; ignore .env* files.

Note: staged diff mixes concerns (toasts, connection-string refactor, passkey dep). Split into separate commits if want clean history.
@Asynchronite Asynchronite self-assigned this Jul 15, 2026
@vercel

vercel Bot commented Jul 15, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
awaketh-web Error Error Jul 21, 2026 1:01pm

@coderabbitai

coderabbitai Bot commented Jul 15, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 0c66133e-6ae2-4936-b62b-8209353304ab

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/registration-and-login-pages

Comment @coderabbitai help to get the list of available commands.

Comment thread src/components/login-form.tsx Fixed
Comment thread src/components/login-form.tsx Fixed
Replace the SignInCard/SignUpCard pages with LoginForm and SignupForm,
each offering Google, passkey, and email + Turnstile sign-in.

Wire up Google as a social provider and enable the One Tap plugin on both
the server and the client. One Tap is started from an effect so it never
runs during SSR, is skipped when a session already exists, and is
cancelled on unmount so its FedCM request is dismissed rather than
aborted by the next mount.

Add redirects for /legal/terms and /legal/privacy, and document the
required environment variables in .env.example.
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