You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* docs: add user authentication system design spec
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* docs: add user authentication implementation plan
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* feat: open-core architecture with pluggable server and component exports
Remove authentication from the open-source codebase to prepare for an
open-core business model. Auth, admin panel, and user management move
to a separate proprietary repository.
- Make buildServer() accept plugins and routes options for extensibility
- Create API exports barrel (exports.ts) for external consumers
- Create web component library exports (exports.ts) for pro frontend
- Add userMenu slot prop to Nav for pro to inject auth UI
- Remove all auth code: pages, hooks, guards, routes, config, DB tables
- Remove auth dependencies (bcryptjs, jsonwebtoken)
- Fix PageSpeed handler: add https:// prefix, use BEST-PRACTICES category
- Redesign BuiltWith renderer with summary chips and detail modal
- Improve QualityRenderer layout (one row per category)
- Fix CSS @import order warning
- Fix DELETE request Content-Type error
- Clean .env.example (remove auth sections)
* update vite and basic-ftp to patch security vulnerabilities
* add gitleaks pre-commit hook via husky for secret scanning
* skip husky in production builds
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments