Feature #1448
closedFeature #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
100%
Updated by Olga Bakhmat almost 6 years ago
- Status changed from New issue to Needs Testing
- % Done changed from 0 to 100
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
- 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
Updated by Artem Bakhmat almost 6 years ago
- Assignee changed from Artem Bakhmat to Alice Gor
Updated by Alice Gor almost 6 years ago
- Status changed from Needs Testing to Closed
The API is tested and verified in DEV
Updated by Alice Gor almost 6 years ago
- Status changed from Closed to In Progress
Updated by Alice Gor over 5 years ago
- Status changed from In Progress to Closed
The APi is tested and verified in DEV