Xemii16 / YeChat

Real-time chat wich customization
MIT License
0 stars 0 forks source link

User network status #5

Open Xemii16 opened 3 weeks ago

Xemii16 commented 3 weeks ago
Details

When user connect via RSocket backend will check all the chats with him. After that, backend send to all available users (that have chat with user) fire-and-forget request to users. Available users will be chosen from chat service.

Problems

Contact service has endpoint for get all chats, but it requires JWT authentication. Possible solution will send request with token value. Also, it is necessary to implement chat client and integration test for it.

To-do:

Xemii16 commented 3 weeks ago

For testing chat client it is necessary implement JWT testing decoder. Maybe it will be implement using profiles