CartoDB/cartoframes

Prevent creating an API key every time a user publishes a map without API key

Closed this issue · 1 comments

Right now, a custom API key is needed to publish a map. The issue is that we are creating a new one every time a user publishes a map (without providing an API key), even though the map is using the same datasets.

Could you think about a solution to prevent this?

This is already done #1486