From 54b67f51718d63b31cc2d402d1432df1d2ea2a9d Mon Sep 17 00:00:00 2001
From: Haidar <16521522@mahasiswa.itb.ac.id>
Date: Fri, 17 Nov 2023 14:30:23 +0700
Subject: [PATCH] feat: add readme php

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index 0a82baf..a7e81b0 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,13 @@ Users can personalize their profiles with profile pictures and store multiple au
 6. **Many More**:
 This application also provides other interesting features that can be explored by users.
 
+## New features
+1. Generate a unique code for registration on RestClient that is stored in soap.
+2. Can display the code in the user profile
+3. Fix some security issues such as passwords are now hashed and login queries are prepared in advance.
+4. Every time a user completes a quest, they will get points that can be used to buy merch at RestClient. These points are stored in soap.
+
+
 ## Requirement
 
 This project built using:
-- 
GitLab