@ihadeed/authentication-client
TypeScript icon, indicating that this package has built-in type declarations

600.0.0 • Public • Published

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

Package Sidebar

Install

npm i @ihadeed/authentication-client

Weekly Downloads

0

Version

600.0.0

License

MIT

Unpacked Size

58 kB

Total Files

28

Last publish

Collaborators

  • ihadeed