From 0adec2e81dbf4ee930697148e5288fc60612af1d Mon Sep 17 00:00:00 2001 From: yash raj Date: Wed, 12 Jun 2024 01:06:21 +0530 Subject: [PATCH] update copy --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 64d1f3e3..53a67505 100644 --- a/README.md +++ b/README.md @@ -65,13 +65,13 @@ - Press the `Run` button on the top right of your screen to run the application. ![img.png](public/highlight-run-application.png) -## Steps to run authenticate a user locally +## Steps to authenticate a user during development - Run RDS backend on your local machine - Copy the `public key` from `local.js` (if not in `local.js` copy it from `development.js`) and add it in your `.env` file. - Run skill tree frontend, click on `signin with github` button - - Once authenticated you will be redirected to `localhost:4000` (skill tree frontend dashboard) and a `rds-session-v2-development` cookie will be set in the browser which you can when making API calls locally. + - Once authenticated you will be redirected to `localhost:4000` (skill tree frontend homepage) and a `rds-session-v2-development` cookie will be set in the browser which will be used for authentication when making API calls. - NOTE: - - make sure that `incomeUserDetails` for your user is set to false else the redirect will not work correctly + - make sure that `incompleteUserDetails` is false for the user in firestore, else the redirect will not work as intended. ## To Authenticate Yourself