Stack Auth's team-based model
Where Clerk and WorkOS use the term "organization", Stack Auth uses "team". The mechanics are nearly identical: a user belongs to N teams, has a role in each, and the session JWT reflects which team is currently active.
The difference shows up in the claim names. Stack Auth uses `selected_team_id` (not `org_id`), `team_role` (not `org_role`), and `teams` (not `organizations`). This debugger's tenant-claim registry maps all of these to the same canonical concepts so the Summary card reads naturally regardless of provider.