PointOneNav / polaris

Software for communicating with Point One Navigation's Polaris GNSS Corrections Service
MIT License
25 stars 12 forks source link

V0.4 - Changes the polaris server authentication mechanism to use web tokens #8

Closed JasonPMoran closed 4 years ago

JasonPMoran commented 4 years ago

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.