wreiske / meteor-accounts-testing

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:CoffeeScript 55.4%Language:JavaScript 44.6%