Project

General

Profile

Actions

Feature #1448

closed

Feature #1002: Feature - User access to the app.

Feature #1009: Req. - User registration in the App (submit the code and register the user)

Req. - User registration in the App (submit the code and register the user) - back-end part

Added by Olga Bakhmat almost 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Alice Gor
Category:
-
Target version:
-
Start date:
01/28/2020
Due date:
% Done:

100%

Actions #1

Updated by Olga Bakhmat almost 6 years ago

  • Status changed from New issue to Needs Testing
  • % Done changed from 0 to 100
Actions #2

Updated by Artem Bakhmat almost 6 years ago

Summary: once user has been successfully passed 1st of registration (see more details in the related task http://18.191.157.38:3000/issues/1443) then he should get SMS with temp code.
This code should be send to server to complete second factory authentication flow.
Api was created: POST /api/mdlaccount/verifyCode

Request parameters (required):
  • username
  • provider (there should be passed value as "Phone")
  • code (there should be passed value from SMS text)

If user with specified username is found and verified then physician gets authenticated and below physician response data is returned:

{
"physicianId": 0,
"firstName": "string",
"lastName": "string",
"clientIds": [0]
}

Api can be tested using Swagger - https://develop_feature_ironjab-api.gbglis.xyz/swagger/index.html

Actions #3

Updated by Artem Bakhmat almost 6 years ago

  • Assignee changed from Artem Bakhmat to Alice Gor
Actions #4

Updated by Alice Gor almost 6 years ago

  • Status changed from Needs Testing to Closed

The API is tested and verified in DEV

Actions #5

Updated by Alice Gor almost 6 years ago

  • Status changed from Closed to In Progress
Actions #6

Updated by Alice Gor over 5 years ago

  • Status changed from In Progress to Closed

The APi is tested and verified in DEV

Actions

Also available in: Atom PDF