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.
The authentication plugin for feathers-client
npm install @feathersjs/authentication-client --save
constfeathers=require('@feathersjs/feathers');constauth=require('@feathersjs/authentication-client');constapp=feathers();// Available options are listed in the "Options" sectionapp.configure(auth({storage: window.localStorage}))Please refer to the @feathersjs/authentication-client documentation for more details.
Copyright (c) 2018
Licensed under the MIT license.
