PandaWhisperer / meteor-accounts-reddit

Reddit OAuth2 login service for use with Meteor
MIT License
2 stars 0 forks source link
javascript meteor meteor-accounts meteor-package

accounts-reddit

Reddit Oauth2 login service for use with Meteor Auth

Package Dependencies

Usage

  1. meteor add pandawhisperer:accounts-reddit
  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.loginWithReddit();

Credits