Skip to content

fullcube/loopback-example-advanced-access-control

Repository files navigation

loopback-example-advanced-access-control

LoopBack - Example implementation of advanced access control

About

This project is an example of how to implement advanced access control in a LoopBack server.

It is a combination of:

⚠️ Note: this project does not apply any ACL rules based on these groups.

Installation

$ git clone https://github.com/fullcube/loopback-example-advanced-access-control.git
$ cd loopback-example-advanced-access-control
$ npm install

Running the project

The project consist of a set of tests that prove that the access is as expected. You can run these by executing:

$ nps test

If you want to start the server in development mode:

$ npm start dev

TODO

  • Add tests for manipulating roles/groups
  • Add tests for logging in using access tokens
  • Create ACLs based on groups + tests

About

LoopBack - Example implementation of advanced access control

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published