From c64f2a245c9d4a6d10f983b3618e3a8641748fb0 Mon Sep 17 00:00:00 2001 From: Sam Vitare Date: Mon, 30 Oct 2023 21:25:53 -0500 Subject: [PATCH] Update part4d.md Made more clear --- src/content/4/en/part4d.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/4/en/part4d.md b/src/content/4/en/part4d.md index 40b06cd7f4..1b312e7885 100644 --- a/src/content/4/en/part4d.md +++ b/src/content/4/en/part4d.md @@ -412,7 +412,7 @@ Modify adding new blogs so that it is only possible if a valid token is sent wit #### 4.20*: bloglist expansion, step8 -[This example](/en/part4/token_authentication) from part 4 shows taking the token from the header with the _getTokenFrom_ helper function. +[This example](/en/part4/token_authentication) from part 4 shows taking the token from the header with the _getTokenFrom_ helper function in controllers/blogs.js. If you used the same solution, refactor taking the token to a [middleware](/en/part3/node_js_and_express#middleware). The middleware should take the token from the Authorization header and place it into the token field of the request object.