- Split steps into domain-specific files:
- greet_steps.go: Greet API steps
- health_steps.go: Health check steps
- auth_steps.go: Authentication steps with full JWT implementation
- common_steps.go: Shared validation steps
- Add comprehensive README.md for steps organization
- Implement all TODO items in auth_steps:
- JWT claims verification for admin
- JWT token validation and parsing
- User ID extraction from tokens
- Token comparison for consecutive authentications
- Update main steps.go to register all domain steps
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>