Skip to content

mediaburg/loopback-component-remote-auth-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

loopback-remote-rest-auth-token-example

This Repo shows how the loopback-rest-remote-auth-token plugin works.

Install

$ git clone https://github.com/mediaburg/loopback-rest-remote-auth-token-example.git
$ cd loopback-rest-remote-auth-token-example
$ npm install -d

Run

$ 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/explorer

The Auth-API runs on Port 3005 and the Data-API runs on Port 3000.

Users

  • admin : admin
  • user : user

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published