Skip to content

Commit

Permalink
Update 3.3 Access Control
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbrianojee authored Jan 8, 2025
1 parent 5d2789e commit 43e0034
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions full-stack-project-implementation-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,29 @@ <h5>Criterion: 3.2 Reflect Login State</h5>
</tr>
</tbody>
</table>

<h5>Criterion: 3.3 Access Control</h5>
<table class="table">
<thead>
<tr>
<th>Criterion</th>
<th>Description</th>
<th>Expected Performance</th>
</tr>
</thead>
<tbody>
<tr>
<td>Access Control</td>
<td>Prevent users from accessing restricted content or functionality before logging in with the appropriate role.</td>
<td>
<ul>
<li>Proper implementation of access control to restrict content and functionality based on user roles.</li>
<li>Clear error messages or redirects for unauthorised access attempts..</li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
Expand Down

0 comments on commit 43e0034

Please sign in to comment.