Skip to content
Merged
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
1 change: 1 addition & 0 deletions src/pages/controller/native/session-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ https://x.cartridge.gg/session?public_key={public_key}&preset={preset}&rpc_url={
| `redirect_query_name` | No | Query parameter name for the redirect |
| `callback_uri` | No | URL to POST session data after creation |
| `account` | No | Username to prefill and lock during authentication. Forces logout if user is logged in with a different account |
| `expires_at` | No | Unix timestamp (seconds) to override session expiration. When provided, this value is used instead of the duration picker |

## Policy Structure

Expand Down