lernschiff/tests
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
..
Browser feat(testing): Pest v3 + Dusk + phpunit.xml.dist SESSION overrides + laravel/reverb 2026-05-22 00:32:10 +02:00
Feature feat(cors): config/cors.php supports_credentials + CORS tests + Reverb allowed_origins 2026-05-22 06:14:48 +02:00
Unit feat(auth): Breeze Livewire stack + dashboard/lizenz-abgelaufen views + layout shells 2026-05-22 05:55:59 +02:00
DuskTestCase.php feat(testing): Pest v3 + Dusk + phpunit.xml.dist SESSION overrides + laravel/reverb 2026-05-22 00:32:10 +02:00
Pest.php feat(auth): Breeze Livewire stack + dashboard/lizenz-abgelaufen views + layout shells 2026-05-22 05:55:59 +02:00
TestCase.php feat(scaffold): Laravel 12 scaffold + .env.example 2026-05-22 00:19:49 +02:00