Skip to content
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "f97463c", "specHash": "b7abe0d", "version": "4.2.0" }
{ "engineHash": "b5860f1", "specHash": "b7abe0d", "version": "4.2.0" }
4 changes: 3 additions & 1 deletion docs/box_sdk_gen/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ print(f'My user ID is {me.id}')
Authenticating with a JWT requires some extra dependencies. To get them, use

```
pip install "box-sdk-gen[jwt]"
pip install "boxsdk[jwt]"
```

You may need to specify a version to install.

Before using JWT Auth make sure you set up correctly your Box platform app.
The guide with all required steps can be found here: [Setup with JWT][jwt_guide]

Expand Down