Skip to content

anupammaurya/loopback-authentication-crud-mysql

Repository files navigation

Loopback crud operation

The project is generated by LoopBack.

Authentication and auth setup

$ git clone https://github.com/anupammaurya/loopback-authentication-crud-mysql.git $ cd loopback-crud $ npm install $ node .

In this example, we create some models to demonstrate authentication and authorization mechanisms in LoopBack. The application consists of four types of users:

  • books
  • BookDetails

Each user type has permission to perform tasks based on their role and the application's ACL (access control list) entries.

About

Loopback CRUD operation with Mysql database, and ACL authentication with model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published