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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    450
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    450
  • 0.0.3
    22
  • 0.0.2
    22
  • 0.0.1
    3
  • 0.0.0
    3

Package Sidebar

Install

npm i account

Weekly Downloads

238

Version

1.0.0

License

BSD

Last publish

Collaborators

  • clewfirst