master
Nikhil KJ пре 3 година
родитељ
комит
e679d959be
1 измењених фајлова са 2 додато и 1 уклоњено
  1. +2
    -1
      Project-details.md

+ 2
- 1
Project-details.md

@@ -14,4 +14,5 @@ Helpful Links: [Deliverables](https://docs.google.com/spreadsheets/d/11FLRwgf3WV
1. Pass Email ID `{"email" : "<registered user email id>"}` 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" : "<registered user email id>", "token": "<received OTP>"}`
4. If the OTP matches the backend will provide a valid token
4. If the OTP matches the backend will provide a valid token