Is there a way to add basic authentication to mvt requests as well? I can see in the examples it is done when fetching .pmtiles, but can it be done with e.g.
https://api.protomaps.com/tiles/v3/{z}/{x}/{y}.mvt?key=1003762824b9687f
(from example)
Passing the key in the url is not safe nor supported by the tile server we use. Thanks!