3rd party API keys

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 Google Maps API key required for base maps and services requested from the Google Maps API.

"KEY_MAPBOX": "access_token=pk.***"

A Mapbox access token required for base maps and services requested from the Mapbox API.

"KEY_HERE": "app_id=***&app_code=***"

A HERE API key required for base maps and services requested from the HERE Maps API.

"CLOUDINARY": "api_key api_secret cloud_name folder"

A Cloudinary key, secret and folder for images to be stored.

Last updated