m-flak / matts

"Matthew's ATS" - Portfolio Project - A fully functional job board! Deploys to Azure and uses Azure Functions.
GNU Affero General Public License v3.0
1 stars 0 forks source link

LinkedIn Registration: Returns to form before data received #21

Closed m-flak closed 11 months ago

m-flak commented 12 months ago

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:

  1. Make the "Sign Up with LinkedIn" button a monitored button so that there's an indication of work being done.
  2. Show some text above the form.
  3. Work with ngx-loading-bar to show the loading bar until a SERVER_OAUTH_COMPLETED or SERVER_OAUTH_ABORTFAIL is received.
m-flak commented 11 months ago

NOTE!

will have to manually verify it's working after deployment