From 3a0628cddeac5498377204e2623d8eb4a2b1f39f Mon Sep 17 00:00:00 2001 From: Martin Oberhuber Date: Tue, 29 Aug 2017 10:36:48 +0200 Subject: [PATCH] Add a simpler way testing private tasks in step10 Private tasks can also be tested by just logging out. Keeping original guidance in place for additional insight. --- content/angular/step10.md | 2 +- content/blaze/step10.md | 2 +- content/react/step10.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/angular/step10.md b/content/angular/step10.md index 1b089a5..df31c26 100644 --- a/content/angular/step10.md +++ b/content/angular/step10.md @@ -43,7 +43,7 @@ publication function to only send the tasks that a user is authorized to see: {{> DiffBox tutorialName="simple-todos-angular" step="10.8"}} -To test that this functionality works, you can use your browser's private browsing mode to log in as a different user. Put the two windows side by side and mark a task private to confirm that the other user can't see it. Now make it public again and it will reappear! +To test that this functionality works, simply mark a task as private and log out; log in again to make it reappear. You can also use your browser's private browsing mode to log in as a different user. Put the two windows side by side and mark a task private to confirm that the other user can't see it. Now make it public again and it will reappear! ### Extra method security diff --git a/content/blaze/step10.md b/content/blaze/step10.md index c674237..d4f280a 100644 --- a/content/blaze/step10.md +++ b/content/blaze/step10.md @@ -51,7 +51,7 @@ publication function to only send the tasks that a user is authorized to see: {{> DiffBox tutorialName="simple-todos" step="10.9"}} -To test that this functionality works, you can use your browser's private browsing mode to log in as a different user. Put the two windows side by side and mark a task private to confirm that the other user can't see it. Now make it public again and it will reappear! +To test that this functionality works, simply mark a task as private and log out; log in again to make it reappear. You can also use your browser's private browsing mode to log in as a different user. Put the two windows side by side and mark a task private to confirm that the other user can't see it. Now make it public again and it will reappear! ### Extra method security diff --git a/content/react/step10.md b/content/react/step10.md index 3ce0628..df3d62d 100644 --- a/content/react/step10.md +++ b/content/react/step10.md @@ -65,7 +65,7 @@ publication function to only send the tasks that a user is authorized to see: {{> DiffBox step="10.11" tutorialName="simple-todos-react"}} -To test that this functionality works, you can use your browser's private browsing mode to log in as a different user. Put the two windows side by side and mark a task private to confirm that the other user can't see it. Now make it public again and it will reappear! +To test that this functionality works, simply mark a task as private and log out; log in again to make it reappear. You can also use your browser's private browsing mode to log in as a different user. Put the two windows side by side and mark a task private to confirm that the other user can't see it. Now make it public again and it will reappear! ### Extra method security