Closed matthinz closed 1 month ago
Suggestion (non-blocking): Could ypu add an event that logs when a nil threatmetrix_session_id
happens in this scenario? It would be useful (at minimum) to know how often this happens, especially if we see more people than expected failing or abandoning verification at this step after this change.
@jennyverdeyen Ooh, thanks for the video. I will look into this
@jennyverdeyen Ok, new plan: I'm going to do the remote verify info controller in this pr and tackle the IPP one separately. Thank you for your help!
🎫 Ticket
Link to the relevant ticket: LG-14393
🛠Summary of changes
This PR updates the
preconditions
ofVerifyInfoController
(remote unsupervised only--IPP is being tracked in LG-14552) to require the presence of athreatmetrix_session_id
. This is to work around a rare case where a user might end up on the verify info screen with no session id present. This is not an ideal fix, but rather an attempt to prevent a condition where a user will have no chance of passing identity verification.📜 Testing Plan
pbpaste | git apply
) to ensure no threatmetrix_session_id is written to your sessionThe patch