account

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i account

Weekly Downloads

90

Version

1.0.0

License

BSD

Last publish

Collaborators

  • clewfirst