strapi-identity 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/server/index.js
CHANGED
|
@@ -10226,15 +10226,7 @@ const config$1 = [
|
|
|
10226
10226
|
},
|
|
10227
10227
|
config: {
|
|
10228
10228
|
policies: [
|
|
10229
|
-
"admin::isAuthenticatedAdmin"
|
|
10230
|
-
{
|
|
10231
|
-
name: "admin::hasPermissions",
|
|
10232
|
-
config: {
|
|
10233
|
-
actions: [
|
|
10234
|
-
"plugin::strapi-identity.settings.read"
|
|
10235
|
-
]
|
|
10236
|
-
}
|
|
10237
|
-
}
|
|
10229
|
+
"admin::isAuthenticatedAdmin"
|
|
10238
10230
|
]
|
|
10239
10231
|
}
|
|
10240
10232
|
},
|
package/dist/server/index.mjs
CHANGED
|
@@ -10219,15 +10219,7 @@ const config$1 = [
|
|
|
10219
10219
|
},
|
|
10220
10220
|
config: {
|
|
10221
10221
|
policies: [
|
|
10222
|
-
"admin::isAuthenticatedAdmin"
|
|
10223
|
-
{
|
|
10224
|
-
name: "admin::hasPermissions",
|
|
10225
|
-
config: {
|
|
10226
|
-
actions: [
|
|
10227
|
-
"plugin::strapi-identity.settings.read"
|
|
10228
|
-
]
|
|
10229
|
-
}
|
|
10230
|
-
}
|
|
10222
|
+
"admin::isAuthenticatedAdmin"
|
|
10231
10223
|
]
|
|
10232
10224
|
}
|
|
10233
10225
|
},
|
|
@@ -5,13 +5,7 @@ declare const _default: [
|
|
|
5
5
|
"handler": "config.isEnabled",
|
|
6
6
|
"info": { "apiName": "isEnabled", "pluginName": "strapi-identity", "type": "content-api" },
|
|
7
7
|
"config": {
|
|
8
|
-
"policies": [
|
|
9
|
-
"admin::isAuthenticatedAdmin",
|
|
10
|
-
{
|
|
11
|
-
"name": "admin::hasPermissions",
|
|
12
|
-
"config": { "actions": ["plugin::strapi-identity.settings.read"] }
|
|
13
|
-
}
|
|
14
|
-
]
|
|
8
|
+
"policies": ["admin::isAuthenticatedAdmin"]
|
|
15
9
|
}
|
|
16
10
|
},
|
|
17
11
|
{
|
package/package.json
CHANGED