derelict

2.3.1 • Public • Published

Derelict

Derelict is an Express package that is painless to setup, and provides stateless JWT authentication and XSRF protection out of the box.

Updating 1.1 -> 2

Breaking Changes and new features, more detailed readme coming soon.

Updating 1.9 -> 1.10

1.10 changes the requirements for updateUser.

updateUser should now accept an object of query parameters, and an object of properties to update.

e.g:

updateUser({ email: 'some@email.com' }, { password: 'someNewPassword' });

Requirements

  1. Node V.6^
  2. Express
  3. Cookie Parser (or something similar)

For derelict to work, you will need to use cookie-parser on your express server to handle cookies.

Derelict makes uses cookies to send and store the JWT and XSRF tokens.

npm install --save cookie-parser

app.use(cookieParser());

Usage

Documentation

Readme

Keywords

none

Package Sidebar

Install

npm i derelict

Weekly Downloads

0

Version

2.3.1

License

ISC

Last publish

Collaborators

  • minocys