This commit is contained in:
2025-12-17 14:24:19 +02:00
parent c6d5fa02d1
commit 99ffa05c61

View File

@@ -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 (