UNPKG

@extlb/perspective-auth

Version:

Auth Perspective for ExtLoopback

14 lines (13 loc) 269 B
class Perspective { constructor() { } boot(app, callback) { const Boot = require('./boot'); new Boot(app, callback); } install(configs) { const installer = require('./installer'); return installer(configs); } } module.exports = Perspective;