feathers/packages/authentication-client
David Luecke 2a6dc70199 Publish
- @feathersjs/authentication-client@1.0.11
 - @feathersjs/authentication-jwt@2.0.10
 - @feathersjs/authentication-oauth1@1.1.1
 - @feathersjs/authentication-oauth2@1.3.1
 - @feathersjs/authentication@2.1.16
 - @feathersjs/client@3.7.8
2019-01-26 09:25:37 -08:00
..
2019-01-26 09:25:37 -08:00
2019-01-26 09:25:37 -08:00

@feathersjs/authentication-client

Build Status 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.