You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
2 months ago
..
data
style: removed manifest, applied pre-commit hooks
4 years ago
providers
fix: tests and upgraded deps (#419)
3 years ago
__init__.py
style: fixed docstrings everywhere
4 years ago
conftest.py
fix: strong and consistent typing across the library
2 months ago
test_authorization.py
fix: fix tests (#661)
7 months ago
test_connection.py
fix: small bugs, use ruff as linter, added annotations
1 year ago
test_exceptions.py
fix: small bugs, use ruff as linter, added annotations
1 year ago
test_keycloak_admin.py
fix: strong and consistent typing across the library
2 months ago
test_keycloak_openid.py
fix: strong and consistent typing across the library
2 months ago
test_keycloak_uma.py
fix: strong and consistent typing across the library
2 months ago
test_license.py
fix: small bugs, use ruff as linter, added annotations
1 year ago
test_pkce_flow.py
fix: strong and consistent typing across the library
2 months ago
test_uma_permissions.py
fix: strong and consistent typing across the library
2 months ago
test_urls_patterns.py
fix: small bugs, use ruff as linter, added annotations
1 year ago