This website requires JavaScript.
Explore
Help
Register
Sign In
soeren
/
fotospiel-app
Watch
1
Star
0
Fork
0
You've already forked fotospiel-app
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
c8a9224ab04f1718ae3d26755bbc24abc16b8d9f
fotospiel-app
/
app
/
Http
/
Controllers
/
Api
History
SEB Fotografie - soeren
c8a9224ab0
Fix 401 errors for Guest PWA API endpoints: Remove global tenant middleware from bootstrap/app.php and apply only to tenant routes; add throttle:100,1 to guest routes in api.php; enhance EventPublicController with published status validation for all methods to ensure secure public access without auth.
2025-09-17 20:15:08 +02:00
..
Tenant
Implement multi-tenancy support with OAuth2 authentication for tenant admins, Stripe integration for event purchases and credits ledger, new Filament resources for event purchases, updated API routes and middleware for tenant isolation and token guarding, added factories/seeders/migrations for new models (Tenant, EventPurchase, OAuth entities, etc.), enhanced tests, and documentation updates. Removed outdated DemoAchievementsSeeder.
2025-09-17 19:56:54 +02:00
EventPublicController.php
Fix 401 errors for Guest PWA API endpoints: Remove global tenant middleware from bootstrap/app.php and apply only to tenant routes; add throttle:100,1 to guest routes in api.php; enhance EventPublicController with published status validation for all methods to ensure secure public access without auth.
2025-09-17 20:15:08 +02:00
LegalController.php
feat: Add legal pages API and seeding
2025-09-09 21:22:58 +02:00
TenantController.php
Initialize repo and add session changes (2025-09-08)
2025-09-08 14:03:43 +02:00