# Packages
@title Task Manager API @version 1.0 @description Task management system with JWT authentication @host localhost:8080 @BasePath /api @securityDefinitions.apikey BearerAuth @in header @name Authorization.
Package middleware provides JWT authentication and authorization functionality for the task management application.
Package models provides data structures and database operations for the task management application.