I have a GitHub app setup for authentication for my webapp per https://developer.github.com/v3/guides/basics-of-authentication/. How can I setup my GitHub app so that only members of the organization can authenticate?
Thanks
I have a GitHub app setup for authentication for my webapp per https://developer.github.com/v3/guides/basics-of-authentication/. How can I setup my GitHub app so that only members of the organization can authenticate?
Thanks
So there's no way to do this directly. You need to query if the user is a member of an authorized org. Seems odd to be but thats the way this is handled in every implementation i've seen