Skip to content

Commit 4810e6f

Browse files
committed
added module outline
1 parent 70fa7c8 commit 4810e6f

File tree

6 files changed

+33
-1
lines changed

6 files changed

+33
-1
lines changed
Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,27 @@
1-
# curriculum-backend-readings
1+
# Module 4: Authenitcation and Security
2+
3+
Last Revised: 07/11/2021
4+
5+
## Summary
6+
7+
A learning journey through implementation of authentication and authorization in backend applications with a focus on modern day practices and trends. We will also dive into some of the attack trajectories and how mitigate them.
8+
9+
## Outline
10+
11+
1 [Securing a backend app [R]](./r1-securing-backend-app/README.md)
12+
13+
1.1 [Defining Authentication Layer [R]](./r1.1-defining-authentication-layer/README.md/README.md)
14+
15+
1.2 [Markdown Blog Authentication [L]](./r1.2-md-blog-auth/README.md)
16+
17+
1.3 [Authentication Persistence [R]](./r1.3-authentication-persistence/README.md)
18+
19+
1.4 [Adding Authorization Layer [R]](./r1.4-adding-authorization-layer/README.md)
20+
21+
1.5 [Authorization through middleware [R]](./r1.5-authorization-through-middleware/README.md)
22+
23+
1.6 [Blog Authentication Guard [L]](./r1.6-blog-auth-guard/README.md)
24+
25+
2 [Auth Schemes [R]](./r2-auth-schemes/README.md)
26+
27+
3 [Attack Trajectories and mitigation [R]](./r3-attack-trajectories-and-mitigation/README.md)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Markdown Blog Authentication Lab
2+
3+
[Link to assignment](https://github.com/ReCoded-Org/curriculum-backend-markdown-blog-authentication)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Blog Authentication Guard Lab
2+
3+
[Link to assignment](https://github.com/ReCoded-Org/curriculum-backend-blog-auth-guard)

0 commit comments

Comments
 (0)