1.0.0 • Published 12 years ago

account v1.0.0

Weekly downloads
125
License
-
Repository
github
Last release
12 years ago

Account

Provide a skeleton interface for user account registration and login

Build Status Dependency Status Status

Installation

npm install -S accounts

Usage

The accounts module is an just an interface that is intended to be implemented by modules with specific backend code. See the account-couch module for an example

All interfaces must implement all methods in index.js. These methods are as follows

  • login
  • register
  • serializeUser
  • deserializeUser
  • removeUser
1.0.0

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago

0.0.0

12 years ago