feat: E1 — Auth & Accounts ## Goal Better-auth is wired up. Round out - #345
Closed
fly-productivity-manager[bot] wants to merge 1 commit into
Closed
feat: E1 — Auth & Accounts
## Goal
Better-auth is wired up. Round out #345fly-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_08844bdbb96c4f158f474aadefa5cadf]
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
editor | 53b3b31 | Aug 10 2026, 08:05 AM |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
spooool | 53b3b31 | Aug 10 2026, 08:05 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
All good. Now let me write a concise summary of the E1 status.
E1 audit complete. The implementation is essentially done. Here's what's in place and what changed:
What was already built
Signup.tsx,Login.tsxSocialAuthButtons.tsx+ auth configsrc/auth/index.tssendOnSignUp: trueAccountSettings.tsxForgotPassword.tsx,ResetPassword.tsxProfile.tsx+PUT /api/users/mePOST /api/users/me/avatarand/bannerAccountSettings.tsx+ backendAccountSettings.tsx+ backendActiveSessions.tsxin AccountSettingsChannel.tsx+GET /api/channels/:usernameWhat I fixed
resendVerificationEmailwas missingcallbackURL(src/frontend/lib/auth-client.ts:38). Better-auth'ssend-verification-emailendpoint uses this to build the redirect URL in the verification link. Without it the link either fails or lands on an ambiguous default. Now it sendscallbackURL: window.location.origin + '/settings/account'so after clicking verify, the user lands back on account settings and sees "Email verified" immediately.All 1146 tests pass.
Tests
Opened automatically by fly-dev run run_08844bdbb96c4f158f474aadefa5cadf.