This Repo shows how the loopback-rest-remote-auth-token plugin works.
$ git clone https://github.com/mediaburg/loopback-rest-remote-auth-token-example.git
$ cd loopback-rest-remote-auth-token-example
$ npm install -d$ node start.js
Web server listening at: http://0.0.0.0:3005
Browse your REST API at http://0.0.0.0:3005/explorer
Web server listening at: http://0.0.0.0:3000
Browse your REST API at http://0.0.0.0:3000/explorerThe Auth-API runs on Port 3005 and the Data-API runs on Port 3000.
- admin : admin
- user : user
MIT