lernschiff/tests/Feature/Auth
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
..
AuthenticationTest.php feat(auth): Breeze Livewire stack + dashboard/lizenz-abgelaufen views + layout shells 2026-05-22 05:55:59 +02:00
CrossSubdomainSessionTest.php feat(cors): config/cors.php supports_credentials + CORS tests + Reverb allowed_origins 2026-05-22 06:14:48 +02:00
EmailVerificationTest.php feat(auth): Breeze Livewire stack + dashboard/lizenz-abgelaufen views + layout shells 2026-05-22 05:55:59 +02:00
PasswordConfirmationTest.php feat(auth): Breeze Livewire stack + dashboard/lizenz-abgelaufen views + layout shells 2026-05-22 05:55:59 +02:00
PasswordResetTest.php feat(auth): Breeze Livewire stack + dashboard/lizenz-abgelaufen views + layout shells 2026-05-22 05:55:59 +02:00
PasswordUpdateTest.php feat(auth): Breeze Livewire stack + dashboard/lizenz-abgelaufen views + layout shells 2026-05-22 05:55:59 +02:00
RegistrationTest.php fix(ui): restore Tailwind v4 @theme tokens + disable /register route (invite-only) 2026-05-22 06:03:31 +02:00
RoleMiddlewareTest.php feat(auth): HasRole middleware with OR-semantics 2026-05-22 01:41:10 +02:00