mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 09:08:34 +00:00
Improve /federation page (#5996)
This commit is contained in:
parent
e58824884d
commit
e0dc6555c6
1 changed files with 12 additions and 11 deletions
|
|
@ -325,19 +325,19 @@ function WhyHive({ className }: { className?: string }) {
|
|||
</InfoCard>
|
||||
<InfoCard
|
||||
as="li"
|
||||
heading="Unmatched Flexibility"
|
||||
heading="True Open Source"
|
||||
icon={<PerformanceListItemIcon />}
|
||||
className="flex-1 basis-full text-balance px-0 sm:basis-0 sm:px-8 sm:py-0 md:px-8 md:py-0"
|
||||
>
|
||||
<div>
|
||||
<ul className="space-y-2">
|
||||
<li>
|
||||
<span className="font-semibold">Mix and Match — </span> Every component works
|
||||
<span className="font-semibold">No Vendor Lock-in — </span> Every component works
|
||||
independently with other vendors (including Apollo GraphOS).
|
||||
</li>
|
||||
<li>
|
||||
<span className="font-semibold">No Vendor Lock-in — </span> Switch components or
|
||||
integrate with existing tools without rewriting your infrastructure.
|
||||
<span className="font-semibold">MIT License — </span> All components are available
|
||||
under the permissive MIT license.
|
||||
</li>
|
||||
<li>
|
||||
<span className="font-semibold">Full Control — </span> Self-host any component or
|
||||
|
|
@ -348,23 +348,24 @@ function WhyHive({ className }: { className?: string }) {
|
|||
</InfoCard>
|
||||
<InfoCard
|
||||
as="li"
|
||||
heading="True Open Source"
|
||||
heading="Enterprise Tooling for GraphQL"
|
||||
icon={<PerformanceListItemIcon />}
|
||||
className="flex-1 text-balance px-0 sm:px-8 sm:py-0 md:px-8 md:py-0"
|
||||
>
|
||||
<div>
|
||||
<ul className="space-y-2">
|
||||
<li>
|
||||
<span className="font-semibold">MIT License — </span> All components are available
|
||||
under the permissive MIT license
|
||||
<span className="font-semibold">Single Sign-On — </span> Integrated with popular
|
||||
providers like Okta, to enable OpenID Connect login for maximum security.
|
||||
</li>
|
||||
<li>
|
||||
<span className="font-semibold">Transparent Development — </span> Active community
|
||||
participation in our development process
|
||||
<span className="font-semibold">Security and Compliance — </span> Access control
|
||||
with role-based access control (RBAC), JSON Web Tokens (JWT) and Persisted
|
||||
Operations.
|
||||
</li>
|
||||
<li>
|
||||
<span className="font-semibold">Commercial-Grade — </span> Enterprise features
|
||||
available out-of-the-box in the open-source version
|
||||
<span className="font-semibold">Audit logs — </span>
|
||||
Keep track of all the changes made to your organization.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue