Files
meteor/packages/accounts-base
denihs ce22f2d548 - fixing all tests for accounts-password
- 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
2022-12-28 11:44:54 -04:00
..
2022-12-08 16:39:09 -03:00
2016-08-30 15:40:14 -07:00

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-password
  • accounts-facebook
  • accounts-google
  • accounts-github
  • accounts-twitter
  • accounts-meetup
  • accounts-weibo

There are also login services available in community packages.

For more information, see the Meteor docs and the Meteor Accounts project page.