Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/pages/controller/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ const account = await controller.connect();

When `connect()` is called, users will see an improved controller creation interface with username autocomplete functionality. As users type their username, they'll see matching existing accounts with user profiles, making it easier to connect to existing controllers or choose unique usernames for new accounts.

The connection interface supports full keyboard navigation for enhanced accessibility:
- **Enter** or **Space** to progress through the connection flow when valid input is provided
- **Arrow keys** (↑/↓) to navigate authentication method options
- **Enter** or **Space** to select authentication methods
- Smart handling that prevents conflicts with dropdown selections and input fields

:::info
Controller will set **essential cookies** as part of the initialization.
These are necessary for the controller to function properly.
Expand Down