richie5um / TextBar-Recipes

TextBar Recipes
369 stars 35 forks source link

Update the NightScoutCGM to support token-based auth #80

Closed ianchesal closed 3 years ago

ianchesal commented 3 years ago

NightScout has gained more security features and this update allows a user to pass a SHA1-encoded API token to the query call so curl can auth against a secured setup.

Default unsecured behavior is unchanged.

richie5um commented 3 years ago

Thanks for updating.