hsiegeln
9a575eaa94
feat: add license controller with generate and fetch endpoints
...
POST /api/tenants/{id}/license generates Ed25519-signed license JWT.
GET /api/tenants/{id}/license returns active license.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-04 15:00:31 +02:00
hsiegeln
d987969e05
feat: add license service with Ed25519 JWT signing and verification
...
Generates tier-aware license tokens with features/limits per tier.
Verifies signature and expiry. Audit logged.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-04 14:58:56 +02:00
hsiegeln
c1cae25db7
feat: add tenant service, controller, and DTOs with TDD
...
CRUD operations for tenants with slug-based lookup, tier management,
and audit logging. Integration tests verify 201/409/401 responses.
2026-04-04 14:53:58 +02:00
hsiegeln
b5bd67fbd6
feat: add Spring Security with JWT filter, auth controller, and health endpoint
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-30 10:27:41 +02:00
hsiegeln
770f59500d
feat: add login with password verification and audit logging
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-30 10:26:37 +02:00
hsiegeln
33c4a2991f
feat: add Ed25519 JWT signing and verification
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-30 10:25:27 +02:00
hsiegeln
aff10704e0
feat: add user entity, registration, and RBAC model
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-30 10:23:59 +02:00
hsiegeln
cdd19e180e
feat: add audit logging framework with immutable append-only log
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-30 10:22:33 +02:00
hsiegeln
a7e28cab32
feat: add Docker Compose + TestContainers for PostgreSQL
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-30 10:13:39 +02:00