strapi-plugin-oidc 1.9.0 → 1.9.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/admin/{index-BbgFpvmz.js → index-BJjdJ_L0.js} +1 -1
- package/dist/admin/{index-BqKuUY5d.js → index-C5fI9GEC.js} +1 -2
- package/dist/admin/{index-LcYvW0bR.mjs → index-D0ORg9LL.mjs} +1 -2
- package/dist/admin/{index-Dq99roxb.mjs → index-YcZbHa90.mjs} +1 -1
- package/dist/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/package.json +2 -2
|
@@ -7,7 +7,7 @@ const React = require("react");
|
|
|
7
7
|
const designSystem = require("@strapi/design-system");
|
|
8
8
|
const icons = require("@strapi/icons");
|
|
9
9
|
const reactIntl = require("react-intl");
|
|
10
|
-
const index = require("./index-
|
|
10
|
+
const index = require("./index-C5fI9GEC.js");
|
|
11
11
|
const styled = require("styled-components");
|
|
12
12
|
const lucideReact = require("lucide-react");
|
|
13
13
|
const _interopDefault = (e) => e && e.__esModule ? e : { default: e };
|
|
@@ -206,7 +206,6 @@ const EMAIL_REGEX = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
|
|
|
206
206
|
const name = pluginPkg.strapi.displayName;
|
|
207
207
|
const index = {
|
|
208
208
|
register(app) {
|
|
209
|
-
const AppPage = React__default.default.lazy(() => Promise.resolve().then(() => require("./index-BbgFpvmz.js")));
|
|
210
209
|
const link = {
|
|
211
210
|
id: "configuration",
|
|
212
211
|
to: `/settings/${pluginId}`,
|
|
@@ -214,7 +213,7 @@ const index = {
|
|
|
214
213
|
id: "settings.configuration",
|
|
215
214
|
defaultMessage: "Configuration"
|
|
216
215
|
},
|
|
217
|
-
Component:
|
|
216
|
+
Component: () => Promise.resolve().then(() => require("./index-BJjdJ_L0.js")),
|
|
218
217
|
permissions: [{ action: PERMISSIONS.READ, subject: null }]
|
|
219
218
|
};
|
|
220
219
|
app.addSettingsLink(
|
|
@@ -203,7 +203,6 @@ const EMAIL_REGEX = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
|
|
|
203
203
|
const name = pluginPkg.strapi.displayName;
|
|
204
204
|
const index = {
|
|
205
205
|
register(app) {
|
|
206
|
-
const AppPage = React.lazy(() => import("./index-Dq99roxb.mjs"));
|
|
207
206
|
const link = {
|
|
208
207
|
id: "configuration",
|
|
209
208
|
to: `/settings/${pluginId}`,
|
|
@@ -211,7 +210,7 @@ const index = {
|
|
|
211
210
|
id: "settings.configuration",
|
|
212
211
|
defaultMessage: "Configuration"
|
|
213
212
|
},
|
|
214
|
-
Component:
|
|
213
|
+
Component: () => import("./index-YcZbHa90.mjs"),
|
|
215
214
|
permissions: [{ action: PERMISSIONS.READ, subject: null }]
|
|
216
215
|
};
|
|
217
216
|
app.addSettingsLink(
|
|
@@ -5,7 +5,7 @@ import { useState, useRef, useId, useEffect, useCallback, useReducer, useMemo, m
|
|
|
5
5
|
import { Typography, Flex, Box, MultiSelect, MultiSelectOption, Button, Dialog, Table, Pagination, PreviousLink, NextLink, PageLink, Field, Divider, Thead, Tr, Th, Tbody, Td, IconButton, Loader, Tooltip, Alert } from "@strapi/design-system";
|
|
6
6
|
import { Cross, WarningCircle, Plus, Download, Upload, Trash, Calendar, Mail, Information } from "@strapi/icons";
|
|
7
7
|
import { useIntl } from "react-intl";
|
|
8
|
-
import { g as getTrad, E as EMAIL_REGEX, e as en, A as AUDIT_LOG_DEFAULTS, U as UI_DEFAULTS } from "./index-
|
|
8
|
+
import { g as getTrad, E as EMAIL_REGEX, e as en, A as AUDIT_LOG_DEFAULTS, U as UI_DEFAULTS } from "./index-D0ORg9LL.mjs";
|
|
9
9
|
import styled from "styled-components";
|
|
10
10
|
import { Filter, ClipboardList, Server } from "lucide-react";
|
|
11
11
|
function Role({ oidcRoles, roles, onChangeRole }) {
|
package/dist/admin/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const index = require("./index-
|
|
3
|
+
const index = require("./index-C5fI9GEC.js");
|
|
4
4
|
require("react");
|
|
5
5
|
require("react-dom/client");
|
|
6
6
|
exports.default = index.index;
|
package/dist/admin/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "strapi-plugin-oidc",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.1",
|
|
4
4
|
"description": "A Strapi plugin that provides OpenID Connect (OIDC) authentication functionality for the Strapi Admin Panel.",
|
|
5
5
|
"strapi": {
|
|
6
6
|
"displayName": "OIDC Plugin",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"watch": "strapi-plugin watch",
|
|
14
14
|
"watch:link": "strapi-plugin watch:link",
|
|
15
15
|
"verify": "strapi-plugin verify",
|
|
16
|
-
"test": "vitest run -c vitest.config.
|
|
16
|
+
"test": "vitest run -c vitest.config.e2e.ts",
|
|
17
17
|
"typecheck": "tsc --noEmit",
|
|
18
18
|
"test:unit": "vitest run -c vitest.config.unit.ts",
|
|
19
19
|
"lint": "eslint",
|