Skip to content

wreiske/meteor-accounts-testing

Repository files navigation

meteor-accounts-testing

accounts-testing allows you to test different users in your system before integrating with another accounts system.

Install

$ mrt add accounts-testing

Usage

Log in with username. If will be created if it doesn't already exist:

Meteor.insecureUserLogin(username);

Add {{> loginButtons}} to any template to see the currently logged-in user and get the button to logout.

Check out https://github.com/mizzao/meteor-user-status for a cool plugin that keeps track of which users are online. This package is used in the demo at http://user-status.meteor.com.

About

Accounts drop-in to be used during development that allows users to login without a password

Resources

Stars

Watchers

Forks

Packages

No packages published