NOTE: This service is DEPRECATED Please refer to https://github.com/meteor/meteor/tree/devel/packages/accounts-github for the official Meteor accounts-github package.
Github OAuth2 login service for use with Meteor Auth
This login service depends on the bleeding edge changes within the Meteor Auth branch. See https://github.com/meteor/meteor/wiki/Getting-started-with-Auth for further details.
- accounts (Meteor Auth Branch)
- accounts-oauth2-helper (Meteor Auth Branch)
- http
meteor add accounts-github
- Read the 'Integrating with Login Services' section of Getting Started with Auth and make sure you set up your config and secret correctly.
- Call
Meteor.loginWithGithub();
- Shamelessly based upon @possibilities Google OAuth2 login service
- @bradens fixes for latest
auth
branch changes and support for configurable dialog. Thanks man!