Skip to content

v9.6.0: Auth (#362)

Choose a tag to compare

@felixerdy felixerdy released this 22 Oct 10:06
· 245 commits to master since this release
bb7d5e3
* fix download in getData closes #325 (#349) (#350)

* initial auth for boxes

* auth for boxes that have not opt out

* fix spelling

* useAuth in updateBox

* update access_token via generate_access_token

* pass access_token to sketch templater

* bump node-sketch-templater version (beta)

* add authorization header anyways

* auth beta

* include useAuth in includeSecret requests

* remove default true for useAuth, set true for new Boxes

* update tests for auth feature, fix errors in auth code

* add access_token to getSketch of newSketch email

* update documentation 📜

* remove custom boxes from useAuth=true

* add onlyValue in measurement controller

* test for onlyValue feature

* remove console.log

Co-authored-by: Umut Tas <[email protected]>