Registration and Login (Authentication) with Vue.js and Strapi

Hi,

I don’t undestand this part of the tutorial:

Setting the Permissions for Public Users

Next, we will create and assign permissions on notes collection-type for our public users by following the steps below.

  1. Click public
  2. Scroll down, click on users-permissions under permissions, then check all the checkboxes.
  3. Click save, then go back.

  1. There is no notes collection that has been created, only an bookmarks collection
  2. Why are you giving public access permission to everything by saying “check all the checkboxes”

Thanks,