Skip to content

PandaWhisperer/meteor-accounts-reddit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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