littleshop/LittleShop.Client/Services
SysAdmin 622bdcf111 🔒 SECURITY: Emergency fixes and hardening
EMERGENCY FIXES:
 DELETE MockSilverPayService.cs - removed fake payment system
 REMOVE mock service registration - no fake payments possible
 GENERATE new JWT secret - replaced hardcoded key
 FIX HttpClient disposal - proper resource management

SECURITY HARDENING:
 ADD production guards - prevent mock services in production
 CREATE environment configs - separate dev/prod settings
 ADD config validation - fail fast on misconfiguration

IMPACT:
- Mock payment system completely eliminated
- JWT authentication now uses secure keys
- Production deployment now validated on startup
- Resource leaks fixed in TeleBot currency API

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-22 05:45:49 +01:00
..
AuthenticationService.cs Add LittleShop.Client SDK library with complete API wrapper 2025-08-20 18:15:35 +01:00
CatalogService.cs 🔒 SECURITY: Emergency fixes and hardening 2025-09-22 05:45:49 +01:00
CustomerService.cs Add customer communication system 2025-08-27 18:02:39 +01:00
IAuthenticationService.cs Add LittleShop.Client SDK library with complete API wrapper 2025-08-20 18:15:35 +01:00
ICatalogService.cs 🔒 SECURITY: Emergency fixes and hardening 2025-09-22 05:45:49 +01:00
ICustomerService.cs Add customer communication system 2025-08-27 18:02:39 +01:00
IMessageService.cs final 2025-08-27 22:19:39 +01:00
IOrderService.cs "Fix-order-details-for-customers" 2025-08-27 23:35:30 +01:00
MessageService.cs final 2025-08-27 22:19:39 +01:00
OrderService.cs "Fix-order-details-for-customers" 2025-08-27 23:35:30 +01:00