Docs
Adding AuthJet to your app takes a few steps. Start at the top, or jump to the one you need.
- 1
Get started
Create a tenant, add a user and get a real token back with a few curl calls — no SDK needed.
Open the quickstart → - 2
Sign users in from your app
Build your own login screen with the JavaScript / React SDK — it handles tokens, refresh and two-factor. Prefer not to build one? Use our hosted login page (quickstart step 4).
Sign users in with the SDK → - 3
Protect your backend
Verify the access tokens your API receives — copy-paste samples for Node.js, Python, Java, .NET, Go, PHP and Ruby.
How to verify access tokens → - 4
Manage users and rolesComing soon
Invites, app roles and permissions, and webhooks for user events.
AuthJet