Skip to content

Commit 84587aa

Browse files
Update authentication.md
1 parent 1eee9ca commit 84587aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/usage/authentication.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ print('My user ID is {0}'.format(me.id))
9393

9494
### Server Auth with JWT
9595

96+
Authenticating with a JWT requires some extra dependencies. To get them, simply
97+
```
98+
pip install "boxsdk[jwt]"
99+
```
100+
96101
Server auth allows your application to authenticate itself with the Box API
97102
for a given enterprise. By default, your application has a
98103
[Service Account](https://developer.box.com/en/guides/authentication/user-types/app-users/)

0 commit comments

Comments
 (0)