Skip to content

Commit 1c3f756

Browse files
committed
small fixes
1 parent c8fd7ed commit 1c3f756

File tree

7 files changed

+8
-10
lines changed

7 files changed

+8
-10
lines changed

module3-crud-and-data-models/assets/README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

module4-authentication-and-security/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Module 4: Authenitcation and Security
1+
# Module 4: Authentication and Security
22

33
Last Revised: 07/11/2021
44

@@ -10,7 +10,7 @@ A learning journey through implementation of authentication and authorization in
1010

1111
1 [Securing a backend app [R]](./r1-securing-backend-app/README.md)
1212

13-
1.1 [Defining Authentication Layer [R]](./r1.1-defining-authentication-layer/README.md/README.md)
13+
1.1 [Defining Authentication Layer [R]](./r1.1-defining-authentication-layer/README.md)
1414

1515
1.2 [Markdown Blog Authentication [L]](./r1.2-md-blog-auth/README.md)
1616

@@ -27,3 +27,5 @@ A learning journey through implementation of authentication and authorization in
2727
3 [Attack Trajectories and mitigation [R]](./r3-attack-trajectories-and-mitigation/README.md)
2828

2929
4 [Awesome Todos [L]](./r4-awesome-todos-lab/README.md)
30+
31+
5 [Summary](./r5-summary/README.md)

module4-authentication-and-security/assets/README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Markdown Blog Authentication Lab
22

3-
[Link to assignment](https://github.com/ReCoded-Org/curriculum-backend-markdown-blog-authentication)
3+
[Link to assignment repo](https://github.com/ReCoded-Org/curriculum-backend-markdown-blog-authentication)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Blog Authentication Guard Lab
22

3-
[Link to assignment](https://github.com/ReCoded-Org/curriculum-backend-blog-auth-guard)
3+
[Link to assignment repo](https://github.com/ReCoded-Org/curriculum-backend-blog-auth-guard)

module4-authentication-and-security/r3-attack-trajectories-and-mitigation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Before securing our backend app, it is of utmost security to secure the database
112112

113113
Similar protection should be implemented to protect any web-based management tools used with the database, such as phpMyAdmin.
114114

115-
#### Stroing Database Credentials
115+
#### Storing Database Credentials
116116

117117
Database credentials should never be stored in the application source code, especially if they are unencrypted. Instead, they should be stored in a configuration file that:
118118

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Awesome Todos Lab
22

3-
[Link to assignment](https://github.com/ReCoded-Org/curriculum-backend-awesome-todos)
3+
[Link to assignment repo](https://github.com/ReCoded-Org/curriculum-backend-awesome-todos)

0 commit comments

Comments
 (0)