github-cognito-openid-wrapper icon indicating copy to clipboard operation
github-cognito-openid-wrapper copied to clipboard

Users with more than 30 email addresses get their emails truncated

Open TimothyJones opened this issue 6 years ago • 0 comments

The GitHub API paginates responses with more than 30 items (see https://developer.github.com/v3/#pagination).

This means that users who have more than 30 emails associated with their account might not have a primary email address (if their primary email address is on a later page).

As far as I know, no one has hit this, but we should fix it before they do.

TimothyJones avatar Jan 11 '19 04:01 TimothyJones