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.1
- Change
client_id
value inget_user_tokens
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.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd028ec2296b7ae67875f13b81e02d3b1bb748479930b8f3887cd92cb3930117 |
|
MD5 | a035ac686c200a681fc88b67d5a1eefd |
|
BLAKE2b-256 | a0a91b064d5f3b0bc0ed333205ec4ec6ff69339627f18a200e906831efdf0b3c |
Close
Hashes for python_keycloak_api_client-0.7.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0d936d8ee6dcc5bba81a847242a15d843fc0d5810b9bd936afd22d085918236 |
|
MD5 | 24cfbd169d9d7c27ad670fcc8f5c2587 |
|
BLAKE2b-256 | 2012e4635bf2e8350040bb57162afa6baa29eb46ce88d714b5e1186fb25249ff |