|
|
|
The Clerk team has been hard at work shipping new features to help you build secure applications faster. Here’s a rundown of the highlights:
|
SDK Support for Next.js 15
|
|
|
|
The @clerk/nextjs package has been updated with Next.js 15 support, continuing the tradition of (nearly) same-day support for major releases of Next.js!
|
-
Static rendering by default: The <ClerkProvider> component no longer opts your entire application into dynamic rendering.
|
-
Asynchronous auth() helper: The auth() helper has been updated to support Next.js’s new asynchronous approach to request APIs.
|
|
|
Express SDK
|
|
|
|
Our recommended way to use Clerk with Express was through the @clerk/clerk-sdk-node package which is designed as a generic way of using Clerk in Node projects. Now, with the release of @clerk/express, developers building with Express can more easily integrate their APIs with Clerk’s user management platform!
|
-
Purpose-built middleware: The requireAuth helper function follows the same pattern as other Express middleware.
|
-
Utilize the Clerk backend API: Easily create a client to connect to the Clerk APIs for querying additional user data.
|
|
|
Python Backend SDK
|
|
|
|
As of this writing, Python is now the most popular language according to GitHub! So we’re moving forward to officially support Python with the new Python Backend SDK. Using this new SDK enables Python developers to integrate Clerk with their applications more easily.
|
-
Multi-framework support: Authenticate backend requests in frameworks like Django, Flask, etc.
|
-
Integrate Clerk Backend APIs: Use the included helpers to access Clerk user information from authenticated requests.
|
|
|
|
|
Other Features, Fixes & Improvements
|
|
|
-
Fastify SDK 2.0: The @clerk/fastify package has been updated to support Fastify v5.
|
|
|
Events & Community
|
|
|
Clerk and Stripe teamed up to host the DevTools Meetup on 10/23, the evening before Next.js Conference 2024. Joined by team members from companies like Spotify, Convex, Vercel, and many more, we engaged in an evening of friendly discussion about all things
|
|
tech.
|
|
|
|
|
|
|
|
We want to thank everyone who joined us for this incredible meetup! We look forward to hosting another, so keep an eye on our social channels for the next one.
|
|
|
Community Highlights
|
Neon Authorize
|
|
|
|
Our friends at Neon have released Authorize, a way to automatically integrate third-party authentication providers with a Neon database, and Clerk is one of the launch partners!
|
|
|
|
You can now easily create a Neon client that integrates with Clerk to automatically authenticate requests to Neon and only return the data the user is permitted to view
|
|
using Postgres Row Level Security.
|
|
|
|
|
Next Forge
|
|
|
Next Forge is a production-grade, monorepo-first, full-stack Next.js template by Hayden Bleasel that can bootstrap a SaaS that includes features like payments, email, documentation, and more, all with automatic user management provided by Clerk! Using the new npx next-forge@latest init command, you can easily spin up a new SaaS in seconds.
|
|
|
|
|
Other resources
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|