coolify/database
Andras Bacsai 596b1cb76e refactor: extract token validation into reusable method
- Add validateProviderToken() helper method to reduce code duplication
- Use request body only ($request->json()->all()) to avoid route parameter conflicts
- Add proper logging for token validation failures
- Add missing DB import to migration file
- Minor test formatting fix

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-10 12:56:57 +01:00
..
factories refactor(dashboard): remove deployment loading logic and introduce DeploymentsIndicator component for better UI management 2025-09-30 11:43:30 +02:00
migrations refactor: extract token validation into reusable method 2025-12-10 12:56:57 +01:00
seeders feat: auto-create MinIO bucket and validate storage in development 2025-11-18 17:23:00 +01:00
.gitignore init of v4 🌮 2023-03-17 15:33:48 +01:00