veza/veza-backend-api/internal/api
senke bdea490c21 feat(developer): add API keys backend (Lot C)
- Migration 082: api_keys table (user_id, name, prefix, hashed_key, scopes, last_used_at, expires_at)
- APIKey model, APIKeyService (Create, List, Delete, ValidateAPIKey)
- APIKeyHandler: GET/POST/DELETE /api/v1/developer/api-keys
- AuthMiddleware: X-API-Key and Bearer vza_* accepted as alternative to JWT
- CSRF: skip for API key auth (stateless)
- Key format: vza_ prefix, SHA-256 hashed storage
2026-02-20 00:18:36 +01:00
..
admin chore: consolidate CI, E2E, backend and frontend updates 2026-02-17 16:43:21 +01:00
archive fix(backend): remediation plan — tests, playback_analytics, job queue, gamification 2026-02-17 16:01:45 +01:00
chat adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
collaboration adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
contest adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
graphql adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
grpc adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
handlers chore: consolidate CI, E2E, backend and frontend updates 2026-02-17 16:43:21 +01:00
listing adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
message adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
offer adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
production_challenge adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
room adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
search adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
shared_resources adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
sound_design_contest adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
tag adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
track adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
user incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
voting_system adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
websocket adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
router.go feat(developer): add API keys backend (Lot C) 2026-02-20 00:18:36 +01:00
routes_analytics.go chore: consolidate CI, E2E, backend and frontend updates 2026-02-17 16:43:21 +01:00
routes_auth.go feat(backend): OAuth FRONTEND_URL from config, docs update 2026-02-17 16:42:23 +01:00
routes_core.go chore: consolidate CI, E2E, backend and frontend updates 2026-02-17 16:43:21 +01:00
routes_developer.go feat(developer): add API keys backend (Lot C) 2026-02-20 00:18:36 +01:00
routes_gear.go refactor(api): extract route setup functions into dedicated files 2026-02-14 18:04:37 +01:00
routes_live.go refactor(api): extract route setup functions into dedicated files 2026-02-14 18:04:37 +01:00
routes_marketplace.go chore: consolidate pending changes (Hyperswitch, PostCard, dashboard, stream server, etc.) 2026-02-14 21:45:15 +01:00
routes_playlists.go feat(analytics): complete backend analytics, remove frontend mocks 2026-02-15 16:21:20 +01:00
routes_queue.go feat(queue): add backend queue API with CRUD operations 2026-02-19 23:44:44 +01:00
routes_search.go chore: consolidate CI, E2E, backend and frontend updates 2026-02-17 16:43:21 +01:00
routes_social.go refactor(api): extract route setup functions into dedicated files 2026-02-14 18:04:37 +01:00
routes_tracks.go chore: consolidate CI, E2E, backend and frontend updates 2026-02-17 16:43:21 +01:00
routes_users.go chore: consolidate CI, E2E, backend and frontend updates 2026-02-17 16:43:21 +01:00
routes_webhooks.go chore: consolidate pending changes (Hyperswitch, PostCard, dashboard, stream server, etc.) 2026-02-14 21:45:15 +01:00
versioning.go api-versioning: add X-API-Deprecated header and frontend deprecation warning 2026-01-15 16:56:21 +01:00
versioning_test.go api-versioning: add X-API-Deprecated header and frontend deprecation warning 2026-01-15 16:56:21 +01:00