When you try to retrieve the tor-targets from api.dev.ooni.io you get the following error:
{"error":"Invalid JWT signature"}
This is probably a configuration error since this service works properly in backend-fsn
Example request to reproduce:
curl -X GET "https://api.dev.ooni.io/api/v1/test-list/tor-targets?country_code=IN" \
-H "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyZWdpc3RyYXRpb25fdGltZSI6bnVsbCwiYXVkIjoicHJvYmVfdG9rZW4ifQ.nsFoTNOMWeXdXmggv6j4ddPBUpLxz4n3Qn1hQoS8BVc"
The token was obtained from this endpoint: https://api.dev.ooni.io/api/v1/login (see docs)