feat: auth

This commit is contained in:
2025-11-08 10:38:21 -07:00
parent 71489937ed
commit afa91548e1
5 changed files with 505 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# Compiled binaries and build artifacts
*.exe
*.bin
/bin/
/pkg/
# Module cache and dependencies (excluding go.mod and go.sum)
# go.mod and go.sum are typically tracked
# /vendor/ # Uncomment if you are not vendoring dependencies
# Editor/IDE specific files
.vscode/
.idea/
*.swp
# Log files and temporary data
*.log
*.tmp