Skip to content

Releases: Bikram-ghuku/SyncChatServer

v1.0

06 May 11:40
Compare
Choose a tag to compare

Full Changelog: v0.1...v1.0

V1.0 Production version

Changes:

  1. Stores Message in DB: All messages are now stored in the Database in encrypted form to be seen later.
  2. GitHub Authentication: Added GitHub OAuth and stored their data in the Database.

v0.1 Beta testing release

02 May 06:20
Compare
Choose a tag to compare

Full Changelog: https://github.com/Bikram-ghuku/ChatSyncServer/commits/v0.1

  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.
  2. JWT Authentication: Implements JWT authentication to validate every API request, enhancing security and ensuring that only authorized users can access the app's features.
  3. 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.
  4. 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.