Ahmad
Results
2
comments of
Ahmad
Me too, facing similar issue, password_auth_callback fails thus on_chat_start is not called **_My Code:_** ``` @cl.password_auth_callback def auth_callback(username: str, password: str)-> Optional[cl.User]: # Fetch the user matching username from your...
> @cl.password_auth_callback > def auth_callback(username: str, password: str)-> Optional[cl.User]: > # Fetch the user matching username from your database > # and compare the hashed password with the value stored...