I am creating an API in NodeJS using IBM's Loopback (3.x) framework. Loopback seems to handle classic authentication methods (vs database). In my case, we are using a proxied authentication header (from a 3rd party software) with the username and other data from the verified user.
Is it possible to configure Loopback to "trust" requests that contain a specific header with the user information?