Files
core-api/tests
Jeroen SchweitzerandClaude Opus 4.5 397a47c8fc
Build and Push / build (release) Successful in 1m10s
feat(auth): implement Phase 4 user profile and API key endpoints
Add user profile, preferences, and API key management endpoints:
- GET /auth/users/me - full user profile with roles and preferences
- GET/PATCH /auth/users/me/preferences - user preferences management
- GET/POST/DELETE /auth/users/me/api-keys - API key lifecycle

API keys use tak_ prefix, SHA-256 hashing, and are shown only once on creation.
Preferences support partial updates with JSON merge behavior.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-03 20:24:46 +01:00
..
2025-12-14 12:04:05 +01:00
2025-12-14 12:04:05 +01:00
2025-12-17 16:32:39 +01:00