
The Jet Admin Token Based Auth integration lets your app authenticate users by validating a token issued by your own backend or identity system, driven by the same roles and permissions you already manage in Jet. Whether a parent system embeds the app for an already-logged-in user, or an automated process needs its own access, the whole sign-in flow runs off a token you control.
That covers what teams build with token-based auth first: embedding a Jet app inside another product so a user never sees a second login, and giving automated systems or partners a controlled way in. Because Jet reads fields out of the token itself, a person's role can be set by whatever system issued it, without a separate account to manage.
Key benefits
How to connect Jet Admin with Token Based Auth