Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 571 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 571 Bytes

accounts-reddit

Reddit Oauth2 login service for use with Meteor Auth

Package Dependencies

  • accounts-base
  • accounts-oauth
  • pandawhisperer:reddit-oauth

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

  • Shamelessly based on @yefim's LinkedIn OAuth2 login service