export const DirectPassDrawer = ({
apps = [],
isAdmin = false,
}: {
apps?: any[];
isAdmin?: boolean;
}) => {
return (
Mint an isolated, scoped child session for 1-click magic links, CLI
tools, team members, or AI assistants without exposing your primary
passkeys.
{/* Hand-Off Card (Revealed upon generation) */}
🔑
Session Delegated Successfully!
Active Now
Copy this token, 1-click magic link, or CLI export string. You can
revoke or extend this session anytime from the active session
cards below.
{/* 1-Click Magic Link */}
{/* 1-Tap Copy CLI */}
{/* 1-Tap Copy cURL Header */}
);
};