fix(auth): attach Bearer token to /api/bots requests #12

Merged
Janis merged 1 commits from fix/auth-interceptor-api-bots into main 2026-06-17 09:08:57 +02:00

1 Commits

Author SHA1 Message Date
Janis dce8c2cc42 fix(auth): attach Bearer token to /api/bots requests
OfficialBotService posts to /api/bots/official/join-tournament, but
the auth interceptor's protected-endpoint whitelist omitted /api/bots,
so no Authorization header was sent and the request hit the official-
bots service anonymously -> 401.

Add /api/bots to the whitelist.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-17 09:08:38 +02:00