lernschiff/tests/Feature
Boban Blaskovic 5aeece934a feat(cors): config/cors.php supports_credentials + CORS tests + Reverb allowed_origins
- Add config/cors.php with supports_credentials=true and allowed_origins for app.dev.lernschiff.com
- Add routes/api_v1.php with auth:web-guarded /api/v1/me and /api/v1/users endpoints
- Add CrossSubdomainSessionTest covering OPTIONS 204 preflight and authenticated GET /api/v1/me
- Wire api_v1.php into routes/web.php
- Note: sanctum not installed; auth:web guard used instead of auth:sanctum,web
2026-05-22 06:14:48 +02:00
..
Auth feat(cors): config/cors.php supports_credentials + CORS tests + Reverb allowed_origins 2026-05-22 06:14:48 +02:00
License feat(license): EnsureActiveLicense full implementation + license/dashboard routes 2026-05-22 05:16:06 +02:00
Models fix(tenant): forceDelete guard, hasRole eager-load, write-path test, migration timestamps 2026-05-22 01:07:26 +02:00
QuickLogin feat(dev): seeders + DevQuickLogin with double-defense guard 2026-05-22 06:09:28 +02:00
Tenant fix(tenant): forceDelete guard, hasRole eager-load, write-path test, migration timestamps 2026-05-22 01:07:26 +02:00
User test(user): add parent-side cascade test, remove unused import 2026-05-22 05:20:16 +02:00
ExampleTest.php feat(auth): Breeze Livewire stack + dashboard/lizenz-abgelaufen views + layout shells 2026-05-22 05:55:59 +02:00
ProfileTest.php feat(auth): Breeze Livewire stack + dashboard/lizenz-abgelaufen views + layout shells 2026-05-22 05:55:59 +02:00