Socket
Book a DemoInstallSign in
Socket

account

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

account

Provide a skeleton interface for user account login, registration, serialization, and deserialization

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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

Keywords

account

FAQs

Package last updated on 01 May 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts