- Mint an isolated, scoped child session for 1-click magic links, CLI
- tools, team members, or AI assistants without exposing your primary
- passkeys.
-
- 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 */}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Generate a shared event pass with a universal 6-digit PIN, vanity
- link (/e/slug), and CLI
- 1-liner for workshops, hackathons, and multi-user kiosks.
-
- Share the 6-digit PIN, 1-click link, or CLI 1-liner with
- attendees. You can monitor live claimed seats and trigger the
- master kill switch from the Event Cockpit below.
-
+ Mint an isolated, scoped child session for 1-click magic links, CLI
+ tools, team members, or AI assistants without exposing your primary
+ passkeys.
+
+ );
+};
\ No newline at end of file
diff --git a/ui/components/sessions/ScopeModal.tsx b/ui/components/sessions/ScopeModal.tsx
new file mode 100644
index 0000000..6391a5d
--- /dev/null
+++ b/ui/components/sessions/ScopeModal.tsx
@@ -0,0 +1,86 @@
+export const ScopeModal = ({ apps = [] }: { apps?: any[] }) => {
+ return (
+
+
+
+
+ Update Scopes for:{" "}
+
+
+
+
+
+
+
+
+
+
+
+ {apps.map((app) => (
+
+ ))}
+
+
+
+
+
+
+
+
+ );
+};
\ No newline at end of file
diff --git a/ui/components/sessions/WorkshopDrawer.tsx b/ui/components/sessions/WorkshopDrawer.tsx
new file mode 100644
index 0000000..062bd61
--- /dev/null
+++ b/ui/components/sessions/WorkshopDrawer.tsx
@@ -0,0 +1,302 @@
+export const WorkshopDrawer = ({ apps = [] }: { apps?: any[] }) => {
+ return (
+
+
+ Generate a shared event pass with a universal 6-digit PIN, vanity
+ link (/e/slug), and CLI
+ 1-liner for workshops, hackathons, and multi-user kiosks.
+
+ Share the 6-digit PIN, 1-click link, or CLI 1-liner with
+ attendees. You can monitor live claimed seats and trigger the
+ master kill switch from the Event Cockpit below.
+