@getmylo/feathers-authentication-compatibility

2.1.0 • Public • Published

feathers-authentication-compatibility

This module keeps the old client libraries 0.x using auth local and socket.io compatible with auk style login 1.0+.

Usage

   npm install feathers-authentication-compatibility

const authenticationCompatibility = require('feathers-authentication-compatibility');
// after app.configure(authentication);
app.configure(authenticationCompatibility({ options }));

Defaults for options are:

  • path: '/authentication',
  • legacyPath: '/auth/local',
  • userEndpoint: 'users',
  • socket: true,
  • acceptLegacyTokens: true,
  • returnUser: true,
  • returnToken: true

Readme

Keywords

none

Package Sidebar

Install

npm i @getmylo/feathers-authentication-compatibility

Weekly Downloads

4

Version

2.1.0

License

ISC

Last publish

Collaborators

  • ronnie.mcgregor.mogo
  • eakzangkaew
  • mogo-devops
  • peej-mogo
  • myloai