atmos / warden-github

:lock: warden strategy for github oauth
MIT License
54 stars 41 forks source link

Use Octokit#team_member? #34

Closed pengwynn closed 11 years ago

pengwynn commented 11 years ago

A small change to use Octokit#team_member? in v1.25.0 and lock to 1.x pessimistically. Another PR forthcoming to upgrade to 2.0 and ditch the OAuth web flow code since that will be in Octokit 2.0.

fphilipe commented 11 years ago

:+1: I was the one writing the workaround for #team_member? in warden-github. I then went on and wrote #team_member? for octokit. But in the end, I never made use of it in warden-github. So thanks for doing that :smile: