How to manage end-user permissions in Strapi v4

preview_player
Показать описание
Learn how to manage and restrict access to the Content API and the permissions for end users (the users of the website or the app you’re building). With Strapi, it's possible to do that using the API Tokens or Users & Permissions plugin.

00:00 Intro to end user management in Strapi
00:27 API Token
03:15 Users & Permissions plugin

Рекомендации по теме
Комментарии
Автор

Hi! I started studying Strapi. I can't find the documentation, how do I create a folder with a ready-made project to upload to my hosting via ftp? Please help. Thanks

d.koshkarev
Автор

This is not sufficient for end-user management. For example if you share articles at the article end-point, but you also want to share premium articles and just want to reach premium users, so you can’t use this method. If you want to customize same end-point for different roles, you have to create controller before the request.

ccLaPss