Workspaces & Access
Inviting Team Members
Throughput Lines of Code Per Day utilizes a highly secure, link-based invitation system for adding members to your workspaces.
Select Teams & Access and click on Invite Members. Use the Invite Link Generator to create a secure token link. Set an expiration duration (e.g., 1 hour, 24 hours, or 7 days) to limit the window of access. Click Generate Secure Link.
If they are not authenticated, they will be securely redirected through the login/signup flow (backed by Buttrbase) and then returned to the invitation page. If they are authenticated, the system intercepts the Upon success, the user is immediately redirected to the workspace dashboard.
> Note: For security purposes, workspace roles are strictly enforced by the backend upon joining, defaulting to member-level access.
Generating an Invite Link
1. Navigate to the Organization Settings in your TLCPD Dashboard.How Invite Tokens Work
TLCPD invitations are backed by short-lived cryptographic tokens prefixed withgv_tkn_. When generated, the dashboard will output a link similar to:http://localhost:4300/invite/join?token=gv_tkn_abc123&expire=1hJoining a Workspace
When a user clicks the invitation link:token parameter, validates it against the Buttrbase API, and securely provisions them as a member of the organization.> Note: For security purposes, workspace roles are strictly enforced by the backend upon joining, defaulting to member-level access.