Richard Nemeth
6b6739128b
fix: strong and consistent typing across the library
BREAKING CHANGE: this change introduces a very strong typing across the library. From now on, we demand that each method returns a single type and converts the results into the specified return type, otherwise it raises a TypeError exception. This should resolve any type checking linter errors within the library as well.
1 week ago
Logi
d9de70206b
feat: add `get_composite_client_roles_of_role` ( #660 )
* feat: add `get_composite_client_roles_of_role`
* chore: formatting
* chore: more formatting
6 months ago
Richard Nemeth
3f5dc50114
fix: fix/latest version ( #654 )
* fix: realm conflict
* test: latest version fix
* chore: update dependencies
* ci: use modern action
* test: generalize for older versions
* test: more cases
8 months ago
Tobias Genannt
1056c77a21
test: Test with multiple Keycloak versions ( #418 )
This extends the test matrix to use multiple Keycloak versions.
3 years ago
Richard Nemeth
4f1dea8d2c
fix: tests and upgraded deps ( #419 )
* fix: tests and upgraded deps
* test: use absolute path
3 years ago
Richard Nemeth
f1809970bc
test: fix the tests for latest keycloak
3 years ago
Richard Nemeth
f61b42a6ec
test: fixed tests, updated dependencies
4 years ago
Richard Nemeth
b10c161ed8
test: added more openid tests
4 years ago
Richard Nemeth
db888185c3
test: store keycloak container logs
4 years ago
Bruno Bonfils
35f1f4630b
test: Make curl silent
4 years ago
Richard Nemeth
cc82e6a874
feat: initial setup of CICD and linting
4 years ago