November Updates
Launch Week recap (FGA, Radar, Passkeys, Widgets, Actions, Entitlements, Next.js Starter Kit) and more
Fine-Grained Authorization (FGA) is generally available
Use FGA to centralize your authorization logic and implement complex schemes like Google Docs-style permissions. Free up to 10 million requests per month. Get started with docs.
Radar
Radar safeguards your application by blocking bots, attackers, and other threats using advanced device fingerprinting. Request access to get started or check out the docs.
Passkeys
Passkeys offer a streamlined and secure sign-in experience for users. Turning on passkeys in Authkit is as simple as checking a box. Read more about Passkeys in the docs.
Widgets
Widgets are pre-built React components with both frontend and backend code for complete features. Get started with docs.
Actions
Actions enable developers to customize user log-in and registration flows. Check out the docs to learn more.
Entitlements
The Stripe entitlements integration pre-loads your customers’ entitlements into the access token — saving the time and effort to fetch that information from Stripe separately. Read the docs for more details.
Next.js B2B Starter Kit
Using battle-tested technologies like Next.js, Stripe, and Convex, the starter kit can get you from zero to production in record time. Check out the launch blog for more details.
Role assignment via SSO
AuthKit now supports IdP role assignment based on a user’s group memberships.
Your team's support email in the Admin Portal
You can now add a support email address to Admin Portal setup emails sent to your customers’ organization admins.
More featured content
- Keynote from the Enterprise Ready Conference (with live demos)
- Model your B2B SaaS with organizations
- How to secure RAG applications with Fine-Grained Authorization: tutorial with code
- How SCIM deprovisioning works
- JWT validation: how-to and best libraries to use
- Best practices for CLI authentication: a technical guide
- SCIM challenges: navigating the idiosyncrasies of different providers
- How to map role data from identity providers to roles in your app