feathersjs-ecosystem / authentication-local

[MOVED] Local authentication plugin for feathers-authentication
https://github.com/feathersjs/feathers
MIT License
26 stars 15 forks source link

Add docs section on expected request params. #5

Closed marshallswain closed 7 years ago

marshallswain commented 7 years ago

We should probably add a section to the README.md on what params the Strategy is expecting to receive.

Expected Request Data

By default, this strategy expects a payload in this format:

{
  strategy: 'local',
  email: '<email>',
  password: '<password>'
}