ReCoded-Org / curriculum-backend-readings

Content monorepo for all the readings of the backend bootcamp curriculum developed by Re:Coded.
23 stars 4 forks source link

Module 4 Feedback #26

Open louisrli opened 2 years ago

louisrli commented 2 years ago

1 Securing a Backend App

1.1 Defining Authentication Layer

1.2 Blog Auth

Looks fine generally, you might save time by simply telling them to read the tests rather than writing what the tests do (this is also dangerous as it can get out of sync if you change the assignment)

1.3 Authentication Persistence

1.4 Adding Authorization Layer

1.5 Authorization through Middleware

1.6 Blog Auth Guard

2 Auth Schemes

3 Other Vulnerabilities

4 Awesome TODOs lab

Looks fine