Jonatha Oliveira Reis Varjão

Results 4 comments of Jonatha Oliveira Reis Varjão

Hello @abranhe , i can do some help with algorithms related to graphs, like flow, search, and the fancy ones like page-rank. Just need the guidance along the code-style and...

Hi @GratienDSX , I think it's possible to create clients programmatically it'll be something like this ```python idp = FastAPIKeycloak( server_url="http://localhost:8085/auth", client_id="test-client", client_secret="GzgACcJzhzQ4j8kWhmhazt7WSdxDVUyE", admin_client_secret="BIcczGsZ6I8W5zf0rZg5qSexlloQLPKB", realm="Test", callback_uri="http://localhost:8081/callback" ) idp.create_user(first_name=first_name, last_name=last_name, username=email,...

This is trully a neat idead, I stumped in this repository by acident, stayed by the elegant problem solved approuch. I'm diving into the code base and maybe in a...

hey, any way to inform the user when he receives a message, using signals ??