Skip to content

Commit c5277af

Browse files
Update README.md
1 parent b1aad0f commit c5277af

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This library is in early stages of development. It is meant to be used with Rabb
1313
* [Consuming messages](#Consuming-messages)
1414
* [Support for streams](#support-for-streams)
1515
* [SSL connection](#ssl-connections)
16+
* [Oauth connection](#oauth-connections)
1617
* [Managing disconnections](#Managing-disconnections)
1718

1819

@@ -144,6 +145,11 @@ The client supports TLS/SSL connections.
144145

145146
You can check the [`ssl example`](./examples/tls/tls_example.py) to see how to establish a secured connection
146147

148+
### Oauth connections
149+
150+
The client supports oauth2 connections.
151+
152+
You can check the [`oauth2 example`](./examples/oauth/oaut.py) to see how to establish and refresh a connection using an oauth2 token
147153

148154
### Managing disconnections
149155

0 commit comments

Comments
 (0)