mrt:accounts-github

INCOMPATIBLE WITH METEOR 0.9.0 OR LATER


Install
meteor add mrt:accounts-github@=0.1.0

Documentation

jabbslad-accounts-github

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

Package Dependencies

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.

Usage

  1. meteor add accounts-github
  2. Read the 'Integrating with Login Services' section of Getting Started with Auth and make sure you set up your config and secret correctly.
  3. Call Meteor.loginWithGithub();

Credits

  • Shamelessly based upon @possibilities Google OAuth2 login service
  • @bradens fixes for latest auth branch changes and support for configurable dialog. Thanks man!