mirror of
https://github.com/feathersjs/feathers.git
synced 2026-01-25 15:23:13 +00:00
- @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
@feathersjs/authentication-client
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.
