Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/angular/step10.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion content/blaze/step10.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion content/react/step10.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down