We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b798c43 commit ef995acCopy full SHA for ef995ac
1 file changed
README.md
@@ -23,6 +23,12 @@ export STAX_ACCESS_KEY=<your_access_key>
23
export STAX_SECRET_KEY=<your_secret_key>
24
```
25
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
32
*Optional configuration:*
33
34
##### Authentication token expiry
0 commit comments