New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@accounts/server

Package Overview
Dependencies
Maintainers
5
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accounts/server

Fullstack authentication and accounts-management

0.20.0
Source
npm
Version published
Weekly downloads
697
-19.52%
Maintainers
5
Weekly downloads
 
Created
Source

@accounts/server

npm MIT License

Install

yarn add @accounts/server

Usage

import { AccountsServer } from '@accounts/server';

const accountsServer = new AccountsServer({
  db: accountsDatabase,
  tokenSecret: ..., // a random string
}, {
  // accounts-js services
});

Keywords

rest

FAQs

Package last updated on 12 Nov 2019

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