City-of-Helsinki / maritime-maas

MIT License
0 stars 3 forks source link

Use "Bearer token" for this API and ticketing system API calls #51

Closed charn closed 3 years ago

charn commented 3 years ago

Authorization header was excepted to contain API token prefixed with a ApiKey keyword when this API was used. For ticketing system API calls the token was prefixed with Token keyword. This PR unifies the behavior and uses Bearer prefix everywhere.