You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, using GitHub auth requires making a backend API call after the user clicks log in (but before it redirects to GitHub). This adds anywhere from 40–4000ms of latency that doesn't seem necessary in the user-facing flow.
Considering most people who come to the login page will in fact click log in, I suggest pre-fetching the auth URL when the log in component first loads.
The text was updated successfully, but these errors were encountered:
Currently, using GitHub auth requires making a backend API call after the user clicks log in (but before it redirects to GitHub). This adds anywhere from 40–4000ms of latency that doesn't seem necessary in the user-facing flow.
Considering most people who come to the login page will in fact click log in, I suggest pre-fetching the auth URL when the log in component first loads.
The text was updated successfully, but these errors were encountered: