mapbox / flutter-mapbox-gl

Moved to https://github.com/tobrun/flutter-mapbox-gl
Other
271 stars 60 forks source link

Expose setAccessToken to flutter #52

Closed georific closed 5 years ago

georific commented 6 years ago

Attempting to address #43

Codex- commented 5 years ago

I would definitely argue that the default method for having tokens allows authors to easily hide them from repositories, as typically you do not want to expose your private keys.

If these changes (haven't reviewed them thoroughly) would allow either method to work, then both should be documented appropriately, outlining the risks of key exposure using this method.