alexzemlyakov

Results 1 comments of alexzemlyakov

+1, my workaround is ` class MyFastAPIKeycloak(FastAPIKeycloak): def _get_admin_token(self) -> None: if not self.admin_client_secret == "": super()._get_admin_token() ` It will crash if I use admin actions, but I won't :)