error in documentation
On the Authenticate with JWT (SDK) page the Node code snippet creates a const "configJSON," but then when the page references it later, it calls it "appConfig" in another code snippet instead. It references the enterpriseId in the configJSON variable but calls it appConfig.enterpriseId out of nowhere instead. The code breaks like this. Please fix for the sake of people trying to use these code snippets.
1
vote

This has been addressed in the latest version of the docs, available at https://developer.box.com/guides/authentication/jwt/with-sdk/