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
60f5e46ea9d943a74235f1301587cb8de219747b
fotospiel-app
/
routes
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
..
api.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
auth.php
Initialize repo and add session changes (2025-09-08)
2025-09-08 14:03:43 +02:00
console.php
Initialize repo and add session changes (2025-09-08)
2025-09-08 14:03:43 +02:00
settings.php
Initialize repo and add session changes (2025-09-08)
2025-09-08 14:03:43 +02:00
web.php
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