saveinmed/backend/internal/http/middleware
Tiago Yamamoto ed4349a938 feat: Implement Payment Methods, Shipping Improvements, Swagger Audit, and UUIDv7 Migration
- Payment Methods: Added Pix/Credit/Debit selection in checkout, updated backend models and handlers.

- Shipping: Updated Checkout UI, added shipping_settings table and seed data.

- Swagger: Updated API docs, regenerated swagger.yaml.

- UUIDv7: Migrated seeder and backend tests to use uuid.NewV7().
2025-12-26 17:48:50 -03:00
..
auth.go feat: overhaul shipping module, add seeder, and improve order UI 2025-12-23 18:23:32 -03:00
compress.go docs: adiciona documentação completa do projeto SaveInMed 2025-12-17 17:07:30 -03:00
cors.go feat(backend): add configurable CORS and optimize Dockerfile 2025-12-19 17:34:30 -03:00
logging.go docs: adiciona documentação completa do projeto SaveInMed 2025-12-17 17:07:30 -03:00
middleware_test.go feat: Implement Payment Methods, Shipping Improvements, Swagger Audit, and UUIDv7 Migration 2025-12-26 17:48:50 -03:00
ratelimit.go feat(security): add rate limiting and security headers middleware 2025-12-20 08:41:36 -03:00
ratelimit_test.go feat(security): add rate limiting and security headers middleware 2025-12-20 08:41:36 -03:00
security.go Relax CSP for Swagger docs 2025-12-21 22:10:03 -03:00