边栏中不存在 Strapi 角色和权限插件?
Strapi Roles and Permission plugin doesnt exist in side bar?
我通过 NPX 和 运行
设置了 Strapi
npx create-strapi-app my-project --quickstart
我正在使用 strapi,这是我的侧边栏
通常我希望它像下面这样:
我不知道为什么,但我无法访问“角色和权限”选项卡,因为它不存在。我需要此选项卡来进行 API 权限自定义。
我检查了文档,它说应该在下面:
"This plugin provides a way to protect your API with a full
authentication process based on JWT. This plugin comes also with an
ACL strategy that allows you to manage the permissions between the
groups of users.
To access the plugin admin panel, click on the Roles & Pemissions link
in the left menu."
我不知道我的仪表板出了什么问题。我怎样才能访问这个插件?
好吧,很奇怪我在这上面浪费了 30 分钟,所以结果 他们决定在版本 3.x[=18 中更改他们的 UI =] 不知何故,当您在 google 上搜索“角色和权限 strapi”时,它会将您带到旧文档,这令人沮丧且具有误导性:))))
Roles & Permissions. This plugin provides a way to protect your API
with a full authentication process based on JWT. This plugin comes
also with an ACL strategy that allows you to manage the permissions
between the groups of users.
To access the plugin admin panel, click on the Settings link in the
left menu and then everything will be under the USERS & PERMISSIONS
PLUGIN section.
#Concept
如果你在version3.x
转到设置 -> 用户和权限 -> 角色 -> 已验证或 Public -> 在权限小部件上 -> select 应用程序。
我通过 NPX 和 运行
设置了 Strapinpx create-strapi-app my-project --quickstart
我正在使用 strapi,这是我的侧边栏
通常我希望它像下面这样:
我不知道为什么,但我无法访问“角色和权限”选项卡,因为它不存在。我需要此选项卡来进行 API 权限自定义。 我检查了文档,它说应该在下面:
"This plugin provides a way to protect your API with a full authentication process based on JWT. This plugin comes also with an ACL strategy that allows you to manage the permissions between the groups of users.
To access the plugin admin panel, click on the Roles & Pemissions link in the left menu."
我不知道我的仪表板出了什么问题。我怎样才能访问这个插件?
好吧,很奇怪我在这上面浪费了 30 分钟,所以结果 他们决定在版本 3.x[=18 中更改他们的 UI =] 不知何故,当您在 google 上搜索“角色和权限 strapi”时,它会将您带到旧文档,这令人沮丧且具有误导性:))))
Roles & Permissions. This plugin provides a way to protect your API with a full authentication process based on JWT. This plugin comes also with an ACL strategy that allows you to manage the permissions between the groups of users.
To access the plugin admin panel, click on the Settings link in the left menu and then everything will be under the USERS & PERMISSIONS PLUGIN section.
#Concept
如果你在version3.x 转到设置 -> 用户和权限 -> 角色 -> 已验证或 Public -> 在权限小部件上 -> select 应用程序。