Releases: Bikram-ghuku/SyncChatServer
Releases · Bikram-ghuku/SyncChatServer
v1.0
Full Changelog: v0.1...v1.0
V1.0 Production version
Changes:
- Stores Message in DB: All messages are now stored in the Database in encrypted form to be seen later.
- GitHub Authentication: Added GitHub OAuth and stored their data in the Database.
v0.1 Beta testing release
Full Changelog: https://github.com/Bikram-ghuku/ChatSyncServer/commits/v0.1
- End-to-end Encryption: Utilizes AES encryption to secure messages before transmitting them to the socket server, ensuring end-to-end privacy and confidentiality.
- JWT Authentication: Implements JWT authentication to validate every API request, enhancing security and ensuring that only authorized users can access the app's features.
- Seamless Contact Addition: Easily add contacts to start chatting with just a single button press, simplifying the process of initiating conversations and expanding your network.
- Disposable Messaging: Messages are ephemeral and not stored in the database, automatically removed upon reloading the app, providing users with added privacy and peace of mind.