Skip to content

Commit 81025e0

Browse files
feat: Async feature (#566)
* chore: add async client to connection * chore: add async client to keycloak openid * chore: add async client to keycloak uma * chore: add async client and methods to keycloak admin * chore: add async tests for connection and uma class * chore: add async tests for keycloak openid class * chore: add async tests for keycloak admin class * chore: update poetry lock * chore: update poetry lock * fix: poetry files * fix: lint issues * fix: conftest fix * fix: lint test fix * fix: lint test fix * fix: lint test fix * fix: lint test fix * fix: lint test fix * fix: added setuptools * fix: delete request fix and test cases fix * fix: email test case * fix: email test case for older versions * fix: set correct content type on token endpoint * fix: async on missing calls * test: updated tests * chore: deps * fix: preserve original bearer * fix: dont set bearer in refresh token directly * fix: default content type * fix: content type for initial access token * fix: content type for async initial access token * chore: add divergence test * chore: add divergence test for uma and conneciton class * chore: add docs for async module * fix: sphinx error fixes * test: verify signature * test: final divergence tests --------- Co-authored-by: Richard Nemeth <ryshoooo@gmail.com>
1 parent b9456d3 commit 81025e0

15 files changed

+10090
-116
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,6 @@ main2.py
108108
s3air-authz-config.json
109109
.vscode
110110
_build
111+
112+
113+
test.py

docs/source/getting_started.rst

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ For more details, see :ref:`api`.
1313
modules/openid_client
1414
modules/admin
1515
modules/uma
16+
modules/async

0 commit comments

Comments
 (0)