feat: JWT authentication middleware and login endpoint

This commit is contained in:
iamatulsingh
2026-03-08 21:00:28 +01:00
parent 54ce4d417f
commit b5ac108719
4 changed files with 87 additions and 2 deletions
+1
View File
@@ -3,6 +3,7 @@ module whatsapp-mcp-server
go 1.25.0
require (
github.com/golang-jwt/jwt/v5 v5.2.2
github.com/mattn/go-sqlite3 v1.14.34
github.com/modelcontextprotocol/go-sdk v1.3.1
)