flask-chat-app icon indicating copy to clipboard operation
flask-chat-app copied to clipboard

A chat application created using Flask and Socket.IO

Results 5 flask-chat-app issues
Sort by recently updated
recently updated
newest added

#### `current_user.is_authenticated()` throwing error `TypeError: 'bool' object is not callable. (Line:23) ### you have to use it in this way : #### ```current_user.is_authenticated``` https://stackoverflow.com/questions/32983133/is-authenticated-raises-typeerror-typeerror-bool-object-is-not-callable

Hello, Is there any easy way to modify this code to run with static login/password? I would like to be able to test it without setting up a mongodb. Cheers

![image](https://user-images.githubusercontent.com/50515418/103482305-260ba600-4e06-11eb-94fd-688954567fa3.png)

> [!WARNING] > # You have an exposed mongoDB cluster containing multiple databases in this repository. #### Hey nikhilkumarsingh, If you receive this issue don't panic, I am a friendly...