Skip to content
This repository was archived by the owner on Apr 23, 2019. It is now read-only.

feathersjs-ecosystem/authentication-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b35b64e Β· Apr 22, 2019
Sep 14, 2018
Nov 16, 2017
Jan 3, 2018
Oct 23, 2016
Oct 24, 2017
Oct 24, 2017
Oct 24, 2017
Jul 23, 2018
Jan 3, 2018
Oct 23, 2016
Apr 22, 2019
Jan 3, 2018
Nov 13, 2018
Nov 13, 2018

Repository files navigation

@feathersjs/authentication-client

Important: The code for this module has been moved into the main Feathers repository at feathersjs/feathers (package direct link). Please open issues and pull requests there. No changes in your existing Feathers applications are necessary.

Greenkeeper badge

Build Status Test Coverage Dependency Status Download Status

The authentication plugin for feathers-client

Installation

npm install @feathersjs/authentication-client --save

Quick example

const feathers = require('@feathersjs/feathers');
const auth = require('@feathersjs/authentication-client');

const app = feathers();

// Available options are listed in the "Options" section
app.configure(auth({
  storage: window.localStorage
}))

Documentation

Please refer to the @feathersjs/authentication-client documentation for more details.

License

Copyright (c) 2018

Licensed under the MIT license.