Account
<sessions-account>A condensed account dashboard for embedding inside a host’s member area. Combines user details, upcoming registrations, and active passes/memberships into a single component.
Install
<script type="module" src="https://go.sessions.website/embeds/unstable/account.js"></script>
<sessions-account
auth="<embed-scoped-jwt>"
></sessions-account>Attributes
| Name | Type | Required | Description |
|---|---|---|---|
auth | token | ✓ | Required embed-scoped JWT identifying the viewer. The embed renders nothing for unauthenticated requests. |
Try attributes
Edit attributes — the live preview to the side rebuilds in place.