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')

6 lines (3 loc) 105 B
'use strict'; const componentLoader = require('./component-loader'); module.exports = componentLoader;