marcospereirampj / python-keycloak

MIT License
722 stars 301 forks source link

perf: improve KeycloakAdmin.get_client_id() performances #511

Closed aurelien-alet closed 6 months ago

aurelien-alet commented 9 months ago

Fixes #510

This Pull request should correct performances problems described in the issue The linting is ok, and the tests have ben done with keycloak 22.0 version, since they are broken on 23.0 version. The code covered by tests hasn't decreased.