Skip to content

Commit ef995ac

Browse files
committed
chore(sdk): add readme
add auth configuration to the readme
1 parent b798c43 commit ef995ac

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ export STAX_ACCESS_KEY=<your_access_key>
2323
export STAX_SECRET_KEY=<your_secret_key>
2424
```
2525

26+
##### Client Auth Configuration
27+
You can configure each client individually by passing in a config on init.
28+
When a client is created it's configuration will be locked in and any change to the configurations will not affect the client.
29+
30+
This can be seen in our [guide](https://github.com/stax-labs/lib-stax-python-sdk/blob/master/examples/auth.py).
31+
2632
*Optional configuration:*
2733

2834
##### Authentication token expiry

0 commit comments

Comments
 (0)