Commit Graph

7 Commits

Author SHA1 Message Date
Atul Singh 193e0d3c77 feat: ratelimit, ghcr package support, media path sensitization, LID to CN migration (#6)
* feat: ratelimit, ghcr package and proper project refactor from askarzh

* fix(bridge): validate media path

* update: dependencies

* fix: added LID to contact number migration
2026-05-13 12:54:31 +02:00
M. L. Giannotta 0946c1845d docs: fix authentication section in README
The HTTP API uses a JWT-based scheme, not an "ApiKey <key>" scheme.
`auth/login.go` accepts `Authorization: Bearer <api-key>` on
`/auth/login`, returns a JWT, and the JwtAuthMiddleware then expects
`Authorization: Bearer <jwt>` on every `/api/*` request. The previous
example would 401.

Replace the section with the actual two-step flow plus a working
`curl` invocation for each step. Also fix the endpoint path
(`/api/messages`, not `/messages`).
2026-05-10 16:04:33 +08:00
iamatulsingh f10176ffa7 feat: added new http streamable option instead of deprecated sse 2026-03-26 09:09:50 +01:00
Atul Singh 84a31a8ae8 feat: Add authentication section to README
Added authentication section detailing API Key and JWT usage.
2026-03-08 22:27:05 +01:00
iamatulsingh cc6f466c72 feat: add JWT authentication middleware and login endpoint 2026-03-08 21:01:04 +01:00
iamatulsingh a47578c698 fix: screenshots to cropped for better view 2026-02-22 15:05:03 +01:00
iamatulsingh dd5e347436 feat: whatsapp-mcp-go 2026-02-21 21:12:14 +01:00