-
Notifications
You must be signed in to change notification settings - Fork 0
2. Current features
SciTechMC edited this page Feb 10, 2025
·
3 revisions
- Registration: Users can create accounts with a username, password, and email address.
- Login: Secure login using a session token for authenticated access.
- Password Reset: Users can reset their password through a dedicated recovery system using an email verification link.
- Chat Creation: Easily start a chat between two users.
- Real-Time Messaging: Send and receive messages instantly through WebSocket communication.
- Encrypted Messages: All message transmissions are encrypted during transmission to ensure user privacy and security.
- Logout: Log out from your account securely.
-
Automatic Data Cleanup:
data.jsonis cleared automatically when the application closes, keeping your local data clean and secure.
- Real-Time Chat Display: The second window displays all chat messages in real time.
- Message Input: The first window is where users compose and send messages.
- Email Notifications: Receive email notifications for password recovery, verification, and subscription updates.