Launch Week
---- A week of feature releases from WorkOS ----

Watch the recap video
LAUNCH_03
Custom Objects
Custom Metadata (Users & Orgs)
Augment WorkOS users and orgs with custom attributes.
External ID (Users & Orgs)
Identify and fetch WorkOS users and orgs based on a custom id.
JWT Templates (AuthKit)
Customize session tokens with any JSON attributes and values including audience and claims.
read_blog
Custom_Objects
"aud": "SuperApp",
"urn:my_app:full_name": “Alice Smith”,
"urn:my_app:user_city": “New York,
"urn:my_app:department": “Marketing”,
"urn:my_app:organization_tier": ,
"urn:third_party_app:address":
"azp": "http://localhost:3000",
"exp": 1639398300,
"iat": 1639398272,
"urn:my_app:full_name": “Alice Smith”,
"urn:my_app:user_city": “New York,
"urn:my_app:department": “Marketing”,
"urn:my_app:organization_tier": ,
"urn:third_party_app:address":
"azp": "http://localhost:3000",
"exp": 1639398300,
"iat": 1639398272,