Changes the polaris server authentication mechanism to use web tokens. Rather than transmitting the api key, the key is exchanged one time for a token which expires daily.
Additionally, this PR makes a breaking client API change to make adding additional connection parameters in the future easier.
Changes the polaris server authentication mechanism to use web tokens. Rather than transmitting the api key, the key is exchanged one time for a token which expires daily.
Additionally, this PR makes a breaking client API change to make adding additional connection parameters in the future easier.