Client for Keycloak Api (mostly users and impersonation)
Project description
Python Keycloak Client
Usage
from keycloak_api_client import KeycloakApiClient
keycloak_api_client = KeycloakApiClient(...)
read_keycloak_user = keycloak_api_client.get_keycloak_user_by_email('johndoe@example.com')
Test
$ tox
Development
$ pip install -e .
Changelog
v0.7.0
- Added methods
search_clients_by_client_id
anddelete_client
- Added
KeycloakClient
dataclass
v0.6.0
- Added methods
create_client
andcreate_mapper_for_client
v0.5.0
- Added method
send_verification_email
v0.4.0
- Added method
reset_password
v0.3.0
- Added method
count_users
v0.2.2
- Added
limit
andoffset
params inKeycloakApiClient.search_users()
to control paging
v0.2.1
- Fixed
StopIteration
when downloading user by email in case email partially matches found users but not exact match exact email
v0.2.0
- Method
get_keycloak_user
was replaced byget_keycloak_user_by_id
andget_keycloak_user_by_email
v0.1.1
- Fixed typo
v0.1.0
- Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for python-keycloak-api-client-0.7.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e29be19e5b07e8b5011504893f98d60029eae76122673f983084d3096ab9bd3d |
|
MD5 | 434bd3f6c244cbbc0bf9b1238a81767d |
|
BLAKE2b-256 | 87078194046f116cd856424d30fadcecc798572ffc36d466d22ac1735d42800c |
Close
Hashes for python_keycloak_api_client-0.7.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e1eac368ebdde987978b17551827cf6b58d7e2cae2671bbbdf00a778a681da9 |
|
MD5 | cfd1643a94aa7efd4ca6634d134e25bb |
|
BLAKE2b-256 | c2ac306ef956adf95bbbc0985588c48634e4dc33636d08d32fad70ec047a4f26 |