From 43e003480d98a972eec9c3304b9f9685e1fc0532 Mon Sep 17 00:00:00 2001 From: Brian O Grady Date: Wed, 8 Jan 2025 13:56:51 +0000 Subject: [PATCH] Update 3.3 Access Control --- full-stack-project-implementation-guide.html | 23 ++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/full-stack-project-implementation-guide.html b/full-stack-project-implementation-guide.html index 62d2dcb..0506cc7 100644 --- a/full-stack-project-implementation-guide.html +++ b/full-stack-project-implementation-guide.html @@ -437,6 +437,29 @@
Criterion: 3.2 Reflect Login State
+ +
Criterion: 3.3 Access Control
+ + + + + + + + + + + + + + + +
CriterionDescriptionExpected Performance
Access ControlPrevent users from accessing restricted content or functionality before logging in with the appropriate role. +
    +
  • Proper implementation of access control to restrict content and functionality based on user roles.
  • +
  • Clear error messages or redirects for unauthorised access attempts..
  • +
+