How can I limit github login to only certain users?

Ok, so I have github login working with my app. I needed it because I want my users to be able to push and pull certain files from github and view them in my meteor UI. Now, however, I want to provide my app with a list of “pre-approved” github users and deny access to anyone not on the list. Is this possible? Thanks.