'use client'; import { FingerPrintIcon, IdentificationIcon, LinkSlashIcon, } from '@heroicons/react/24/outline'; import { SectionDescription, SectionHeading, Strong, } from '@nx/nx-dev/ui-common'; import { ReactElement } from 'react'; import { GitHubIcon } from '@nx/nx-dev/ui-icons'; import Link from 'next/link'; export function PersonalAccess(): ReactElement { return (
Personal Access: Control Access in Real Time Provision, audit, and revoke with confidence. Easily manage developer access to your Nx Cloud workspace — no waiting, no lingering access for former teammates or contractors.
Nx Cloud ensures:
  • , and invalidates any artifacts they produced.
Learn more about Personal Access Tokens{' '}
); }