diff --git a/api/auth/handle.go b/api/auth/handle.go index 6011d6f..39af05e 100644 --- a/api/auth/handle.go +++ b/api/auth/handle.go @@ -1,3 +1,5 @@ +// Package auth provides authentication-related API endpoints for the Triggersmith application. +// It handles login, logout, and user management operations. package auth import (