Skip to content

testless/authentication-client

 
 

Repository files navigation

@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.

Packages

No packages published

Languages

  • JavaScript 100.0%