Dec 23, 2022
James Perkins
New backend API reference documentation, useAuth improvements and Italian language support
We created new backend API reference documentation that is automatically updated when we release any changes to Production based on the OpenAPI specification.
This upgrade shows successful and unsuccessful payloads and what to expect from a type. It can also run a test request in the browser, allowing you to see a request and response using your API key.
Check it out at https://clerk.com/docs/reference/backend-api
useAuth
improvementsThe useAuth
hook now contains orgId
, orgSlug
, orgRole
allowing you to access organization data when you need it on the client.
A massive shoutout to nitroin for opening up a pull request into our @clerk/localization
package to add Italian translations to all our components.
1import { itIT } from '@clerk/localizations';23const App = () => {4return (5<ClerkProvider6localization={itIT}7>8{...}9</ClerkProvider>10);11}
We fixed a few bugs this week that are important to highlight.
We now return the user name from a sign in when using Apple as the OAuth provider.
We fixed a bug in our Ruby SDK, which now respects the JWKS cache specified.
We have improved the performance of the /api/users/
endpoint, you should already notice the difference!
The best way to keep up with Clerk is to subscribe to our newsletter. We send out updates every week. Updates include new features, what we have been working on, and blog posts you may have missed!
Clerk has a community Discord
Our Twitter account (@clerkdev
Start completely free for up to 10,000 monthly active users and up to 100 monthly active orgs. No credit card required.
Learn more about our transparent per-user costs to estimate how much your company could save by implementing Clerk.
The latest news and updates from Clerk, sent to your inbox.