feathersjs-ecosystem / authentication-local

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

throw error if service.id is missing #27

Closed marshallswain closed 7 years ago

marshallswain commented 7 years ago

Fixes #19

I implemented this as an error instead of a warning, because the plugin just won’t work as expected if it’s not set. This makes it more obvious that it needs to be fixed right away.

ekryski commented 7 years ago

💥 :shipit: nice work @marshallswain

marshallswain commented 7 years ago

Released as feathers-authentication-local@0.4.3