fix(devportal): exclude plans from docs build#148
Merged
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
12-task plan covering AuthContext, webhookApi, login/callback pages, DeveloperLayout, API keys, endpoints, subscriptions, delivery logs, sidebar link, Resend SMTP config, and build verification. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…hProvider - Login page with email/password, register, and magic link modes - Callback page to handle GoTrue token redirect - DeveloperLayout with sidebar navigation and auth guard - Dashboard page with stat cards, recent deliveries, and quick actions - AuthProvider added to root layout provider chain Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add Resend SMTP env vars to docker-compose supabase-auth service. Add VITE_GOTRUE_URL to frontend service. All SMTP vars use env var substitution for production overrides. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Nothing Phone styled magic-link and confirmation email templates with FlowIndex logo, dark theme (#0a0a0a), green accent (#00ef8b). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
SVG Tiny PS format converted from original Figma export. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Dark background (#0a0a0a) instead of white
- Add OTP verification code ({{ .Token }})
- Replace stretched image logo with text FLOWINDEX
- Add "or" divider between magic link button and OTP
- Both magic-link and confirmation templates updated
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add bgcolor HTML attributes on every td/table element, wrap in div with background-color, add style tag with !important for Gmail u+.body selector. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replaces password-based login with email-only magic link flow. After entering email, users see a 6-digit OTP input that auto-submits. Adds verifyOtp method to AuthContext using GoTrue /verify endpoint. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Shows wallet login option below email with an "or" divider. Button is disabled with a "Coming Soon" tag for future implementation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Splits sidebar nav into Explorer and Developer sections. API Docs and Developer Portal now grouped under a "Developer" heading with a divider line, in both mobile and desktop sidebars. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Plans contain code blocks with language identifiers unsupported by Shiki, causing the devportal build to fail. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| 27662386 | Triggered | Resend API Key | 9991461 | docs/plans/2026-02-28-developer-portal.md | View secret |
| 27662386 | Triggered | Resend API Key | 9991461 | docs/plans/2026-02-28-developer-portal.md | View secret |
| 27662385 | Triggered | SMTP credentials | 80c8e26 | docs/plans/2026-02-28-developer-portal-design.md | View secret |
| 27662384 | Triggered | SMTP credentials | 9991461 | docs/plans/2026-02-28-developer-portal.md | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
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
docs/plans/from fumadocs build viafiles: ['!./plans/**']Test Plan
🤖 Generated with Claude Code