Commit f2dc1c7
committed
feat(api_key): implement comprehensive API key management system
- Add complete API key CRUD operations with validation
- Implement unified AuthChain middleware for consistent authentication
- Add API key management endpoints with proper error handling
- Enhance database schema for API key storage and relationships
- Add comprehensive validation for API key creation and updates
- Implement multi-language localization support for API key management
- Remove unused authentication methods and streamline middleware
- Add proper field validation and required field enforcement
This implementation provides a robust foundation for API key-based
authentication across the Peekaping monitoring platform.1 parent f79f146 commit f2dc1c7
File tree
81 files changed
+6408
-271
lines changed- apps
- server
- cmd/bun/migrations
- docs
- src
- modules
- api_key
- auth
- maintenance
- middleware
- monitor
- notification_channel
- proxy
- setting
- status_page
- tag
- web/src
- api
- @tanstack
- app/security
- components
- i18n/locales
- lib
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
81 files changed
+6408
-271
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
0 commit comments