Lesson

Configuring API End User Permissions in Strapi

With our mock data setup, let's make some API calls to our Strapi project. We will need to set up our permissions so that only people we want to make requests can. To make my API calls, I use the [Thunder Client](https://marketplace.visualstudio.com/items?itemName=rangav.vscode-thunder-client) in VSCode. We can currently make calls to our API without any authentication. In our Strapi project, we can create API Tokens to make REST API calls for our data.

Duration
2 min
Access
Included
Transcript
Needs source