- trigger version bump skipping poisoned 1.3.6
- finish updating keycloak documentation links
- update keycloak documentation links
- update lockfile for httpx
- use correct path for count of user's groups
- CI use newer version for setup-python and actions-poetry
- update CI
- Update CI dependency
/attack-detection
endpoints (#7)
- remove unneeded ipython dev dependency
- update httpx to
^0.21
/users/{user_id}/role-mappings/realm/composite
endpoint
- some typing issues resolved
- session related fixes
- linting configuration fixed
- user-sessions for clients as well as sessions by id
- some typing issues fixed
- added readme field to pyproject.toml
- dummy commit to trigger version bump and pypi release
- all uses off add replaced with create
- naming for type hints for Keycloak resource types changed
- moved introduction from index.rst to README.rst
- created separate module for httpx default args
- identified resources can be more cleanly chained
- The inconsistencies of using
add
orcreate
have been resolved in favor ofcreate
. - Recursive data types like
GroupRepresentation
now work correctly and some missing fields have been added where they were missing.
- will use refresh_token when it should and leeway configurable
- using future.annotations fix recursive representations
- user groups corretly returns list instead of a single
- correct behavior if no refresh_token is present
- all currently implemented resources return id on creation
- execute-actions-email endpoints implemented
- incomplete groups resource
- create user function now returns the id of the created user
- incomplete authentication resource
- admin-events resource
- clients and default_client_scopes resources
- groups by user endpoints
- incomplete users resource
- grant_type=client_credentials flow allowed
- incomplete client-scopes resource
- incomplete implementation of the Roles resource
- wrapper architecture