3rd party API keys
Last updated
Last updated
Keys for 3rd party service provider can be stored in the environment. The client will send all requests to the XYZ server. Here the requests are decorated with the key and proxied to the provider. This allows the use of 3rd party providers without ever exposing the key to the client side.
"KEY_GOOGLE": "key=***"
A required for base maps and services requested from the Google Maps API.
"KEY_MAPBOX": "access_token=pk.***"
A required for base maps and services requested from the Mapbox API.
"KEY_HERE": "app_id=***&app_code=***"
A key required for base maps and services requested from the HERE Maps API.
"CLOUDINARY": "api_key api_secret cloud_name folder"
A key, secret and folder for images to be stored.