Home > Article > Backend Development > Clerk Update – November 4
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:
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!
Read more about Next.js 15 support on our changelog →
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!
Read more about the new Express SDK on our changelog →, or try it yourself with the Express Quickstart →
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.
To explore how to use the new Python Backend SDK, check out the README in the public repository → for detailed information on getting started.
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.
The evening concluded with a panel comprising Michael Glukhovsky (Developer Products at Stripe), Ian McCrystal (Developer AI at Stripe) and our very own Co-Founder & CEO Colin Sidoti to cover the ways in which Clerk and Stripe create tools for developers.
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.
Our friends at Neon have released Authorize, a way to automatically integrate third party authentication providers with a Neon database, with Clerk being 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.
Learn more about this new feature on the Neon Blog →
Next Forge is 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.
Check out the official Next Forge website→ to get started!
If you have feedback or suggestions, we want to hear them! Let us know at feedback.clerk.com. For the latest on our product releases, follow @ClerkDev on ? or join the Clerk Community on Discord.
The above is the detailed content of Clerk Update – November 4. For more information, please follow other related articles on the PHP Chinese website!