Is possible to configure and use a secondary authentication method as standalone and keep token based API requests as originally offer loopback?
In order to achieve this I need to customize the routes but is possible to pass passport as parameter to routes.js from boot scripts?
That's what loopback documents say about bootscripts so I need to load /boot/routes.js passing app and passport objects initialized in server.js
how can I achieve this using bootscripts auto loading?
regards
Is possible to configure and use a secondary authentication method as standalone and keep token based API requests as originally offer loopback? In order to achieve this I need to customize the routes but is possible to pass passport as parameter to routes.js from boot scripts?
That's what loopback documents say about bootscripts so I need to load /boot/routes.js passing app and passport objects initialized in server.js how can I achieve this using bootscripts auto loading? regards