From e679d959be97ae6f116e8d8fdf7c4382ba9de6c1 Mon Sep 17 00:00:00 2001 From: Nikhil KJ Date: Thu, 7 Jul 2022 14:41:55 +0000 Subject: [PATCH] --- Project-details.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project-details.md b/Project-details.md index 77759aa..e0ea7bd 100644 --- a/Project-details.md +++ b/Project-details.md @@ -14,4 +14,5 @@ Helpful Links: [Deliverables](https://docs.google.com/spreadsheets/d/11FLRwgf3WV 1. Pass Email ID `{"email" : ""}` as a POST request to http://localhost:8000/workx/auth/email/ 2. Since the backend will be locally connected to check the OTP visit the console on which you're running the backend. The OTP/Token will be displayed along with the appropriate message. 3. Pass the OTP as POST request to http://localhost:8000/workx/auth/token/ `{"email" : "", "token": ""}` -4. If the OTP matches the backend will provide a valid token \ No newline at end of file +4. If the OTP matches the backend will provide a valid token +