I'm trying to implement a account login service for Meteor from the OpenStreetMap project (Oauth 1.0a).
Meteor has a lot of packages for oauth:
accounts-oauth-helper
accounts-oauth
accounts-oauth1-helper
accounts-oauth2-helper
oauth-encryption
oauth
oauth1
oauth2
Which package could I use as base for implementing a oauth service? The packages I found on Atmosphere were mostly for oauth2 or specific apis. Any suggestions for a good 1.0a example? Is it right that accounts-ui generates configuration options for oauth services?
Thanks in advance!