System Information
- Strapi Version: 4.1.8
- Operating System: Big Sur (M1)
- Database: Sqlite
- Node Version: v14.19.1
- NPM Version: v6.14.16
How can an admin access the content api using their JWT??
To replicate:
Login as admin (to the admin panel)
Copy jwt from one of the authenticated requests in the network tab
Use the documentation plugin (or Postman) to make a request to some content e.g.
http://localhost:1337/api/articles
Observe:
"name": "UnauthorizedError",
"message": "Missing or invalid credentials",