15 lines
479 B
JavaScript
15 lines
479 B
JavaScript
'use strict';
|
|
|
|
var name = "@strapi/plugin-users-permissions";
|
|
var strapi = {
|
|
displayName: "Roles & Permissions",
|
|
name: "users-permissions",
|
|
description: "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.",
|
|
required: true,
|
|
kind: "plugin"
|
|
};
|
|
|
|
exports.name = name;
|
|
exports.strapi = strapi;
|
|
//# sourceMappingURL=package.json.js.map
|