atmos / warden-github

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

Uses octokit configured endpoint #33

Closed laurentgo closed 11 years ago

laurentgo commented 11 years ago

Instead of using DEFAULT_WEB_ENDPOINT which may not be configured properly, use web_endpoint (which is falling back to DEFAULT_WEB_ENDPOINT if not configured)

This should fix issue #32

benbalter commented 11 years ago

I believe this may also resolve an incompatibility issue with Octokit 2.0.

uninitialized constant Octokit::Configuration: