aboutsummaryrefslogtreecommitdiff
path: root/middleware/middleware.go
AgeCommit message (Expand)AuthorFilesLines
2026-03-07feat: implement SMTP server with authentication, port validation, and email s...Bobby1-1/+0
2026-03-07feat: implement request handling and dashboard features with new tags and uti...Bobby1-0/+1
2026-03-07refactor: remove authentication middleware and related importsBobby1-10/+1
2026-03-07feat: add configuration management and server setupBobby1-0/+3
2026-03-07Implement authentication system with login/logout functionality and session m...Bobby1-0/+14