From 99ffa05c61f954ef1b4313ef4529c72290fa704c Mon Sep 17 00:00:00 2001 From: Alexey Date: Wed, 17 Dec 2025 14:24:19 +0200 Subject: [PATCH] add doc --- api/auth/handle.go | 2 ++ 1 file changed, 2 insertions(+) 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 (