for now
This commit is contained in:
parent
36f46ca592
commit
6e16f93b80
1 changed files with 11 additions and 19 deletions
|
@ -44,7 +44,7 @@ export const EnterpriseIAMServices = ({
|
||||||
"font-semibold",
|
"font-semibold",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
Support for 50+ CMS platforms and technologies
|
Run your favorite Applications and Services!
|
||||||
</h2>
|
</h2>
|
||||||
<p
|
<p
|
||||||
className={clsx(
|
className={clsx(
|
||||||
|
@ -53,15 +53,7 @@ export const EnterpriseIAMServices = ({
|
||||||
"dark:text-gray-400 text-gray-600",
|
"dark:text-gray-400 text-gray-600",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
Official packages tailored for your organization's
|
We support all your favorite applications and frameworks without any additional configuration.
|
||||||
chosen{" "}
|
|
||||||
<span className={clsx("dark:text-gray-0 text-gray-900")}>
|
|
||||||
identity and access management providers
|
|
||||||
</span>
|
|
||||||
. These modules eliminate the need for days of manual work
|
|
||||||
in developing custom authentication providers, allowing you
|
|
||||||
to seamlessly integrate your application while following all
|
|
||||||
security best practices.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -233,49 +225,49 @@ const PackageItem = (props: {
|
||||||
const list = [
|
const list = [
|
||||||
{
|
{
|
||||||
icon: (props: SVGProps<SVGSVGElement>) => <AwsCognito {...props} />,
|
icon: (props: SVGProps<SVGSVGElement>) => <AwsCognito {...props} />,
|
||||||
label: "AWS Cognito",
|
label: "WordPress",
|
||||||
tooltip: null,
|
tooltip: null,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: (props: SVGProps<SVGSVGElement>) => <Auth0 {...props} />,
|
icon: (props: SVGProps<SVGSVGElement>) => <Auth0 {...props} />,
|
||||||
label: "Auth0",
|
label: "Magento",
|
||||||
tooltip: null,
|
tooltip: null,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: (props: SVGProps<SVGSVGElement>) => (
|
icon: (props: SVGProps<SVGSVGElement>) => (
|
||||||
<AzureActiveDirectory {...props} />
|
<AzureActiveDirectory {...props} />
|
||||||
),
|
),
|
||||||
label: "Azure Active Directory",
|
label: "Joomla",
|
||||||
tooltip: null,
|
tooltip: null,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: (props: SVGProps<SVGSVGElement>) => <Okta {...props} />,
|
icon: (props: SVGProps<SVGSVGElement>) => <Okta {...props} />,
|
||||||
label: "Okta",
|
label: "Drupal",
|
||||||
tooltip: null,
|
tooltip: null,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: (props: SVGProps<SVGSVGElement>) => <Clerk {...props} />,
|
icon: (props: SVGProps<SVGSVGElement>) => <Clerk {...props} />,
|
||||||
label: "Clerk",
|
label: "Laravel",
|
||||||
tooltip: null,
|
tooltip: null,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: (props: SVGProps<SVGSVGElement>) => <Atlassian {...props} />,
|
icon: (props: SVGProps<SVGSVGElement>) => <Atlassian {...props} />,
|
||||||
label: "Atlassian",
|
label: "NextCloud",
|
||||||
tooltip: null,
|
tooltip: null,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: (props: SVGProps<SVGSVGElement>) => <Google {...props} />,
|
icon: (props: SVGProps<SVGSVGElement>) => <Google {...props} />,
|
||||||
label: "Google Auth",
|
label: "PrestaShop",
|
||||||
tooltip: null,
|
tooltip: null,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: (props: SVGProps<SVGSVGElement>) => <AuthJs {...props} />,
|
icon: (props: SVGProps<SVGSVGElement>) => <AuthJs {...props} />,
|
||||||
label: "Auth.js",
|
label: "Nuxt.js",
|
||||||
tooltip: null,
|
tooltip: null,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: (props: SVGProps<SVGSVGElement>) => <Expo {...props} />,
|
icon: (props: SVGProps<SVGSVGElement>) => <Expo {...props} />,
|
||||||
label: "Expo",
|
label: "Gridsome",
|
||||||
tooltip: null,
|
tooltip: null,
|
||||||
},
|
},
|
||||||
] as const;
|
] as const;
|
||||||
|
|
Loading…
Add table
Reference in a new issue