Skip to content

Simple login using accounts-ui and accounts-password with meteor

Notifications You must be signed in to change notification settings

Slavrix/meteor_examples_simple_login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Simple Authentication using Meteor#

###To run from this repo### git clone https://github.com/Slavrix/meteor_examples_simple_login.git
meteor npm install
meteor

###Use###

  1. Click sign
  2. Create new user or signin with existing (6 character password requirement)
  3. Click username with arrow next to it to view other user options (change password, sign out)

##Steps to create## ###create base### meteor create logauth
meteor npm install

###add simple authentication### meteor add accounts-ui accounts-password

About

Simple login using accounts-ui and accounts-password with meteor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages