Access Control (ACL) - 401-advanced-javascript-Mai/amman-javascript-401d1 GitHub Wiki

Access Controls (ACL)

are the selective restriction of resources

Application Flow and Access Control:

*varying degrees of access based on user type and UI requirements.

  • Admin, editor, guest, user each one is allowed to do his rule in different ways.
  • these constraints will have to be handled on both the backend and the front end in our app.