1.0.2 • Published 6 years ago

feathers-authentication-client-es5 v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

@feathersjs/authentication-client

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.