HSLdevcom / hfp-analytics

Repository for HFP (High-frequency positioning) analytic tools. More info about HFP https://digitransit.fi/en/developers/apis/4-realtime-api/vehicle-positions/.
MIT License
2 stars 0 forks source link

Choose API authentication and authorization methods #47

Open datarttu opened 2 years ago

datarttu commented 2 years ago

Currently, we use a constant code parameter value, originating from Azure Functions, to authorize requests to HFP Analytics REST API. This is not a sustainable method in the long run: different users with different needs would still use the same code value, code may change between deployments, code value must be provided to API consumers manually, and so on.