Database Content Engine via Docker 2/2

7. Build Multiple Teams

An important feature in software development is to build role-based teams so each of them can login and access APIs in own domain.

Let’s build two teams, cust for customers and empl for employees:

  • cust: authenticated by column pair {contactLastNamepostalCode} in table customers. A cust member is uniquely identified by customerNumber.
  • empl: authenticated by column pair {emailextension} in table employees. An empl member is uniquely identified by employeeNumber.

In real use case, we will have columns username and password in customers and employees.

Read More

Tags: Content Engine