feat(cli): restore Better Auth UI scaffold - #252
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6114199902
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "/pages/account/api-keys", | ||
| "/pages/account/organizations", | ||
| "/pages/account/teams", |
There was a problem hiding this comment.
Only advertise routes enabled by the scaffold
When better-auth-ui is selected, the generated overrides enable only account: true and explicitly omit API-key and teams/organization support, but these entries make the init outro label /pages/account/api-keys, /pages/account/organizations, and /pages/account/teams as “Available routes.” Users following that output reach features whose matching Better Auth server/client plugins were never configured; omit the conditional routes from this default metadata or clearly distinguish them from routes actually enabled by the scaffold.
Useful? React with 👍 / 👎.
Closes #219.
Restores Better Auth UI as an optional generated companion while preserving the v3 ownership boundary:
Validation: