mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
- small fix for ddp-client, checking if the call isFromCallAsync. If yes, return the promise so we can get the result - showing test name when it runs after process is done
accounts-base
Source code of released version | Source code of development version
Meteor's user account system. This package implements the basic functions necessary for user accounts and lets other packages register login services. Some of these services are in the following packages:
accounts-passwordaccounts-facebookaccounts-googleaccounts-githubaccounts-twitteraccounts-meetupaccounts-weibo
There are also login services available in community packages.
For more information, see the Meteor docs and the Meteor Accounts project page.