Actions
Feature #1518
closedFeature #1002: Feature - User access to the app.
Feature #1158: Req. - Registered User - Sign in
Req. - Registered User - Sign in - back-end part
Status:
Closed
Priority:
Normal
Assignee:
Alice Gor
Category:
-
Target version:
-
Start date:
02/03/2020
Due date:
% Done:
100%
Updated by Artem Bakhmat almost 6 years ago
- Assignee changed from Dima H to Artem Bakhmat
Updated by Artem Bakhmat almost 6 years ago
- Subject changed from Req. - Registered User - Sing in - back-end part to Req. - Registered User - Sign in - back-end part
Updated by Artem Bakhmat almost 6 years ago
Summary: new api was added to process 1 step of authentication
POST /api/mdlaccount/login
Request model:
{
"userName": "string",
"password": "string"
}
If api is executed successfully then user should get SMS with security code.
This code should passed in the GET /api/mdlaccount/verifyCode api
Updated by Artem Bakhmat almost 6 years ago
- Status changed from New issue to Needs Testing
- Assignee changed from Artem Bakhmat to Alice Gor
- % Done changed from 0 to 100
Updated by Alice Gor almost 6 years ago
- Status changed from Needs Testing to In Progress
The API is tested and verified in DEV (SWagger UI)
Updated by Alice Gor over 5 years ago
- Status changed from In Progress to Closed
The issue is tested and verified in DEV
Actions