feat: E1 — Auth & Accounts ## Goal Better-auth is wired up. Round out #273
Closed
fly-productivity-manager[bot] wants to merge 1 commit into
Closed
feat: E1 — Auth & Accounts
## Goal
Better-auth is wired up. Round out #273fly-productivity-manager[bot] wants to merge 1 commit into
fly-productivity-manager[bot] wants to merge 1 commit into
Conversation
## Goal Better-auth is wired up. Round out [fly-dev run run_c2798e9600e24d0c9dd289494a253154]
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
spooool | eb8b30b | Jul 06 2026, 07:27 AM |
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.
Summary
No TypeScript errors. The changes are clean.
Here's a summary of what E1 covers and what I changed:
Already fully implemented (pre-existing):
sendOnSignUp, email templates, resend button in AccountSettingsForgotPassword.tsx+ResetPassword.tsxwith Turnstile, fully routedProfile.tsx+users.tswith R2 upload handlers at/api/users/me/avatarand/api/users/me/bannerAccountSettings.tsxwith email, password, notifications, storage bar, 30-day grace deletionauth/index.ts+SocialAuthButtons.tsx, auto-linked to existing accountsActiveSessions.tsxembedded in Account Settings with per-session revoke and "sign out all others"Added in this pass:
Onboarding.tsx— Shows a "Check your inbox" banner with the user's email address and a resend button whenemailVerified === false. New users land here immediately after signup, so this is the right place to surface the verification nudge. State hook added at the top (before early returns) to stay compliant with React's rules.Profile.tsx— Adds a "View public channel →" link next to the heading when ausernameis set. Completes the loop: user sets username in the profile editor → link appears to their public channel page at/channel/:username.Tests
Opened automatically by fly-dev run run_c2798e9600e24d0c9dd289494a253154.