Single Meteor Account System

How to have 1 single Meteor Account System for multiple Meteor project ?

Anyone have this experience, please share ?

Thank’s in advanced.

Regards,

Timotius

2 Likes

i have same question too!

have any package to create user management system ?

The easiest solution is share the same DB and same Accounts configuration and it’s enough. I’ve done that on http://coderstv.com/ and http://forums.coderstv.com/ - but users have to login twice.

EDIT: the forum app is Telescope :smile:

In Meteor 1.2 the accounts package allows you to connect to a certain server: http://docs.meteor.com/#/full/advanced_accounts_api