You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API-2197 [BE] Add client credentials auth support for Python SDK (#48)
* API-2197 check for client credentials, use corresponding client in oauth library
* API-2197 check for client credentials key
* API-2197 check for client credentials key and boolean value
* API-2197 update README for client credentials usage
* API-2197 add Makefile command to update container package, remove checks for scopes/redirect uri for client credentials
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -273,6 +273,13 @@ All sample files are located in the `./samples` directory.
273
273
274
274
> :warning: Caution: The sample scripts are provided as examples. It is crucial to review, add and/or modify the commands before execution. The container updates automatically with changes, ensuring a seamless development experience. Always exercise caution when executing scripts.
275
275
276
+
Update the package within container to reflect local changes by running
277
+
278
+
```bash
279
+
make update-container-package
280
+
```
281
+
This will run `pip install -e .` inside the container to use local package changes.
282
+
276
283
## Stopping the Docker Container
277
284
278
285
When you're done with your development or testing, you can stop the Docker container using the following command:
0 commit comments