After successfully authenticating into LinkedIn, the popup will close before the profile data for the registration form is returned thru the websocket. The "Sign Up with LinkedIn" button is not a monitored button and there is indication of any kind that something's happening.
It took ~2s after the popup closed before the form populated. I could've started typing and then had my stuff replaced. 😅
Remediation:
Make the "Sign Up with LinkedIn" button a monitored button so that there's an indication of work being done.
Show some text above the form.
Work with ngx-loading-bar to show the loading bar until a SERVER_OAUTH_COMPLETED or SERVER_OAUTH_ABORTFAIL is received.
Found in: Staging
Description:
After successfully authenticating into LinkedIn, the popup will close before the profile data for the registration form is returned thru the websocket. The "Sign Up with LinkedIn" button is not a monitored button and there is indication of any kind that something's happening.
It took ~2s after the popup closed before the form populated. I could've started typing and then had my stuff replaced. 😅
Remediation:
SERVER_OAUTH_COMPLETED
orSERVER_OAUTH_ABORTFAIL
is received.