feat: JWT authentication middleware and login endpoint
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user