UNPKG

loopback-component-auth

Version:

Extends loopback-component-passport to support custom auth schemes (i.e. other than the supported 'ldap', 'local', 'oauth', 'oauth1', 'oauth 1.0', 'openid', 'openid connect' and 'oauth 2.0')

7 lines (4 loc) 145 B
'use strict'; const pkg = require('../package.json'); const labeledLogger = require('oniyi-logger')(pkg.name); module.exports = labeledLogger;