Details

    • Type: Sub-task
    • Status: Done
    • Priority: High
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: None
    • Labels:
      None
    • Company:
      All Clients/Multiple Clients

      Description

      Sign In Post API

      Tasks in this Jira : 

      1. Encrypt password coming from web
      2. Search in Users table if user is present and validate encrypted password with password present in database
      3. If not present , return appropriate status and message. If user present ,return token.
      4. After login, redirect to Review and sign page.

        Attachments

          Activity

          samir Samir created issue -
          swapnil.pandhare Swapnil Pandhare (Inactive) made changes -
          Field Original Value New Value
          Remaining Estimate 40h [ 144000 ]
          Original Estimate 40h [ 144000 ]
          swapnil.pandhare Swapnil Pandhare (Inactive) made changes -
          Remaining Estimate 40h [ 144000 ] 16h [ 57600 ]
          Original Estimate 40h [ 144000 ] 16h [ 57600 ]
          swapnil.pandhare Swapnil Pandhare (Inactive) made changes -
          Assignee Samir [ samir ] Ramya Tantry [ ramya.tantry ]
          ramya.tantry Ramya Tantry (Inactive) made changes -
          Description Sign In Post API Sign In Post API

          Tasks in this Jira : 
           # Encrypt password coming from web
           # Search in Users table if user is present and validate encrypted password with password present in database
           # If not present , return appropriate status and message. If user present ,return token.
           # After login, redirect to Review and sign page.
          ramya.tantry Ramya Tantry (Inactive) logged work - 17/Dec/18 05:13 AM
          • Time Spent:
            4h
             

            Cipher tool file creation in App Logic

            Discussion with Nandkumar

            Validate users with user in DB

          ramya.tantry Ramya Tantry (Inactive) made changes -
          Remaining Estimate 16h [ 57600 ] 12h [ 43200 ]
          Time Spent 4h [ 14400 ]
          Worklog Id 151066 [ 151066 ]
          Hide
          ramya.tantry Ramya Tantry (Inactive) added a comment -

          Task details (12/17/2018)

          • Cipher tool file creation in App Logic
          • Discussion with Nandkumar
          • Validate users with user in DB

          CC : Swapnil Pandhare, Samir

          Show
          ramya.tantry Ramya Tantry (Inactive) added a comment - Task details (12/17/2018) Cipher tool file creation in App Logic Discussion with Nandkumar Validate users with user in DB CC : Swapnil Pandhare , Samir
          ramya.tantry Ramya Tantry (Inactive) made changes -
          Status To Do [ 10000 ] In Progress [ 3 ]
          Hide
          ramya.tantry Ramya Tantry (Inactive) added a comment -

          Hi Swapnil Pandhare,

          The sample response for Success :

          { "id": 1, "userName": "DMSUSER", "password": null, "token": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1bmlxdWVfbmFtZSI6IjEiLCJuYmYiOjE1NDUxMzgzNzQsImV4cCI6MTU0NTc0MzE3NCwiaWF0IjoxNTQ1MTM4Mzc0fQ.3wCbVdcp0SHyNMHbG559dPNZda4e5qSDWODNAJ0Pp7E", "firstName": "DMSUserFirstname", "lastName": "DMSLastname" }

          Sample +response for User not found:+ 

          { "status": "error", "message": "User does not exists.", "errorLevel": "Error", "code": 404, "description": "User does not exists." }

          Sample +response for incorrect details :+

          { "status": "error", "message": "Username or password is incorrect", "errorLevel": "Error", "code": 404, "description": "Username or password is incorrect" }

          Please let me know if any changes in these responses are required.

          Show
          ramya.tantry Ramya Tantry (Inactive) added a comment - Hi Swapnil Pandhare , The sample response for Success : { "id": 1, "userName": "DMSUSER", "password": null, "token": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1bmlxdWVfbmFtZSI6IjEiLCJuYmYiOjE1NDUxMzgzNzQsImV4cCI6MTU0NTc0MzE3NCwiaWF0IjoxNTQ1MTM4Mzc0fQ.3wCbVdcp0SHyNMHbG559dPNZda4e5qSDWODNAJ0Pp7E", "firstName": "DMSUserFirstname", "lastName": "DMSLastname" } Sample +response for User not found:+  { "status": "error", "message": "User does not exists.", "errorLevel": "Error", "code": 404, "description": "User does not exists." } Sample +response for incorrect details :+ { "status": "error", "message": "Username or password is incorrect", "errorLevel": "Error", "code": 404, "description": "Username or password is incorrect" } Please let me know if any changes in these responses are required.
          Hide
          ramya.tantry Ramya Tantry (Inactive) added a comment -

          Task Details (12/18/2018)

          • Move logic to AppLogic
          • Cipher tool Nugetpkg installation
          • Discussion with Swapnil
          • Code changes
          • Unit testing

          CC: Swapnil Pandhare

          Show
          ramya.tantry Ramya Tantry (Inactive) added a comment - Task Details (12/18/2018) Move logic to AppLogic Cipher tool Nugetpkg installation Discussion with Swapnil Code changes Unit testing CC: Swapnil Pandhare
          ramya.tantry Ramya Tantry (Inactive) logged work - 18/Dec/18 05:13 AM
          • Time Spent:
            4h
             
            • Move logic to AppLogic
            • Cipher tool Nugetpkg installation
            • Discussion with Swapnil
            • Code changes
            • Unit testing
          ramya.tantry Ramya Tantry (Inactive) made changes -
          Remaining Estimate 12h [ 43200 ] 8h [ 28800 ]
          Time Spent 4h [ 14400 ] 8h [ 28800 ]
          Worklog Id 151305 [ 151305 ]
          ramya.tantry Ramya Tantry (Inactive) logged work - 19/Dec/18 04:47 AM
          • Time Spent:
            5h
             

            Merging with Develop branch

            resolving issues

            Unit testing

          ramya.tantry Ramya Tantry (Inactive) made changes -
          Remaining Estimate 8h [ 28800 ] 3h [ 10800 ]
          Time Spent 8h [ 28800 ] 13h [ 46800 ]
          Worklog Id 151566 [ 151566 ]
          Hide
          ramya.tantry Ramya Tantry (Inactive) added a comment -

          Task Details (12/19/2018)

          • Merging with Develop branch
          • resolving conflict and merge  issues 
          • Unit testing

          CC: Swapnil Pandhare

          Show
          ramya.tantry Ramya Tantry (Inactive) added a comment - Task Details (12/19/2018) Merging with Develop branch resolving conflict and merge  issues  Unit testing CC: Swapnil Pandhare
          ramya.tantry Ramya Tantry (Inactive) made changes -
          Status In Progress [ 3 ] Code Review [ 11801 ]
          ramya.tantry Ramya Tantry (Inactive) made changes -
          Assignee Ramya Tantry [ ramya.tantry ] Samir [ samir ]
          swapnil.pandhare Swapnil Pandhare (Inactive) made changes -
          Resolution Done [ 10000 ]
          Status Code Review [ 11801 ] Done [ 10001 ]
          Hide
          swapnil.pandhare Swapnil Pandhare (Inactive) added a comment -

          Hi All,

          As per discussion with Samir, marking this as done.

          Thanks,
          Swapnil P.

          Show
          swapnil.pandhare Swapnil Pandhare (Inactive) added a comment - Hi All, As per discussion with Samir, marking this as done. Thanks, Swapnil P.
          ashwin.wankhede Ashwin Wankhede (Inactive) made changes -
          Status Done [ 10001 ] In QA Testing [ 11901 ]
          ashwin.wankhede Ashwin Wankhede (Inactive) made changes -
          Assignee Samir [ samir ] Jayshree Nagpure [ jayshree.nagpure ]
          swapnil.pandhare Swapnil Pandhare (Inactive) made changes -
          Status In QA Testing [ 11901 ] Done [ 10001 ]
          jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
          Status Done [ 10001 ] In QA Testing [ 11901 ]
          ramya.tantry Ramya Tantry (Inactive) logged work - 26/Dec/18 05:22 AM
          • Time Spent:
            3h
             

            Discussion with Ganesh and Swapnil

            Changes to return unauthorized 

            code checkin

            Testing after deloyment

          ramya.tantry Ramya Tantry (Inactive) made changes -
          Remaining Estimate 3h [ 10800 ] 0h [ 0 ]
          Time Spent 13h [ 46800 ] 16h [ 57600 ]
          Worklog Id 152450 [ 152450 ]
          Hide
          jayshree.nagpure Jayshree Nagpure (Inactive) added a comment -

          Verified on preproduction
          Working fine.

          Related bugs are logged.

          Marking item state as Done.

          Thanks,
          Jayshree

          cc - Priya Dhamande

          Show
          jayshree.nagpure Jayshree Nagpure (Inactive) added a comment - Verified on preproduction Working fine. Related bugs are logged. Marking item state as Done. Thanks, Jayshree cc - Priya Dhamande
          jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
          Status In QA Testing [ 11901 ] Done [ 10001 ]
          Transition Time In Source Status Execution Times
          Ramya Tantry (Inactive) made transition -
          To Do In Progress
          12d 8h 18m 1
          Ramya Tantry (Inactive) made transition -
          In Progress Code Review
          1d 23h 46m 1
          Swapnil Pandhare (Inactive) made transition -
          Code Review Done
          15h 51m 1
          Jayshree Nagpure (Inactive) made transition -
          Done In QA Testing
          1d 8h 4m 2
          Jayshree Nagpure (Inactive) made transition -
          In QA Testing Done
          12d 18h 23m 2

            People

            Assignee:
            jayshree.nagpure Jayshree Nagpure (Inactive)
            Reporter:
            samir Samir
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved:

                Time Tracking

                Estimated:
                Original Estimate - 16h
                16h
                Remaining:
                Remaining Estimate - 0h
                0h
                Logged:
                Time Spent - 16h
                16h