Nerzal / gocloak

golang keycloak client
Apache License 2.0
1.01k stars 275 forks source link

Func LoginClient, admin e login removed the context option to include the timeout. #435

Open Gabriel-Newton-dev opened 1 year ago

Gabriel-Newton-dev commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

Expected behavior Removed the context option to include the timeout in the login, loginclient and loginAdmin functions

Screenshots

Captura de Tela 2023-07-10 às 11 49 06

Desktop (please complete the following information):

Additional context

Good morning, I'm trying to configure a timeout for the LoginClient function but it is not available to include the "ctx" it has only 3 parameters, these being 3 strings "LoginClient(clientID string, clientSecret string, realm string) (*gocloak.JWT, error)"