master
Nikhil KJ 3 年之前
父節點
當前提交
bd0328398b
共有 1 個檔案被更改,包括 8 行新增0 行删除
  1. +8
    -0
      Project-details.md

+ 8
- 0
Project-details.md

@@ -16,3 +16,11 @@ Helpful Links: [Deliverables](https://docs.google.com/spreadsheets/d/11FLRwgf3WV
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
## To Test the API on server
**Please change the Base URL to `https://kj.webtrigon.com/workx/`**
Ex: `https://kj.webtrigon.com/workx/auth/email` is the API you should ping if you need the OTP.
### To get the list of users currently present
Please visit https://kj.webtrigon.com/workx/api/users/
You can also add the user with appropriate email ID before pinging the authentication APIs