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
As of now, we only enter the GitHub username to ping the GitHub API and that sends back a basic JSON response that we parse to provide a small and simple profile.
But for different usecases like viewing repositories and the names of followers GitHub only sends back the first 30 results, which is not useful.
Authenticate via GitHub OAuth since that is required for production apps.