Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
0e71b28615
feat: update CreateUser to use dto.RegisterRequest and update MountRoutes to apply validation middleware
cd740da57a
feat: update methods to use validated DTOs and update MountRoutes
abe4a3dc88
feat: update handlers to use GetValidatedDTO instead of manual decoding and update MountRoutes to wrap handlers with WithValidation for all DTO-based routes