From 02f70c993fb8999c60442aafe28d23bf2b3cd6ed Mon Sep 17 00:00:00 2001 From: snaked2018 Date: Wed, 15 Nov 2023 22:07:19 +0800 Subject: [PATCH] Capstone 2 update resources [readme.md] for details --- individual/backend/csp2-reciproco/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/individual/backend/csp2-reciproco/readme.md b/individual/backend/csp2-reciproco/readme.md index c0a2e9d..06a9d7f 100644 --- a/individual/backend/csp2-reciproco/readme.md +++ b/individual/backend/csp2-reciproco/readme.md @@ -1,4 +1,4 @@ - +> Run: npm start **** Stretch Goals **** + Set user as Admin ( Admin Only ) @@ -9,7 +9,7 @@ + dotenv + faker (Auto Generate Names) + getUserDetails function ( Detects if the user tries to get the details of the other useId's + Token auth) -+ Secure verification that match Token and UserId to next() ++ Middleware Secure verification that match Token and UserId to next() **** Accounts ****