Files
meteor/packages/accounts-base
Filipe Névola 216db74ea4 Small improvement to hashStampedToken (#10747)
Small improvement to hashStampedToken
2019-11-19 08:58:52 -04: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.