| 1 2 3 4 5 6 7 8 9 | 1x 1x 1x 1x | import makeDebug from 'debug';
const debug = makeDebug('feathers-authentication-local');
export default function init () {
debug('Initializing feathers-authentication-local plugin');
return 'feathers-authentication-local';
}
|