Commit f7cc38b
committed
Feat/open core split (#2)
* docs: add user authentication system design spec
* docs: add user authentication implementation plan
* 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 builds1 parent e8911c0 commit f7cc38b
50 files changed
Lines changed: 4949 additions & 664 deletions
File tree
- .husky
- docs
- superpowers
- plans
- specs
- helm/recon-web
- templates
- packages
- api
- src
- auth
- db
- notifications
- scheduler
- cli
- core/src/handlers
- web
- src
- components
- layout
- results
- renderers
- hooks
- lib
- pages
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
1 | 10 | | |
2 | 11 | | |
3 | 12 | | |
| |||
9 | 18 | | |
10 | 19 | | |
11 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
12 | 25 | | |
13 | 26 | | |
14 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
15 | 35 | | |
16 | 36 | | |
17 | 37 | | |
| |||
22 | 42 | | |
23 | 43 | | |
24 | 44 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
29 | 48 | | |
30 | 49 | | |
31 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments