|
|
|
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:
|
Official SDK for Vue and Nuxt
|
|
|
|
The @clerk/vue and @clerk/nuxt packages are now the official Clerk SDKs built specifically for Vue and Nuxt respectively. These SDKs allow developers to add authentication and authorization to their applications in minutes using the same developer experience built into all Clerk libraries.
|
-
Clerk’s UI components make it easy to add beautiful, interactive UI elements like <SignUp />, <SignIn/>, and <UserButton /> directly into your Vue application.
|
-
Protect API routes in Nuxt by referencing the event.context.auth object on the server to decide if the user should be allowed to access authorized content.
|
|
|
|
|
Combined sign-in-or-sign-up
|
|
|
|
Our <SignIn /> component now allows users to sign up if they don’t already have an existing account. If an account is not found when the user attempts to sign in, they will be automatically redirected to the sign-up flow, streamlining the process of signing up to your service.
|
-
Combined sign-in-or-sign-up is now the default behavior for the <SignIn /> component, automating this implementation for new Clerk applications.
|
-
Easily use the traditional behavior by including a CLERK_SIGN_UP_URL environment variable and including the <SignUp /> component in your application.
|
|
|
|
|
Other Features, Fixes & Improvements
|
-
C# Backend SDK: Allow C# developers to easily interact with the Clerk Backend API to manage users, organizations, sessions, and more.
|
|
|
|
|
-
Ruby Backend SDK 4.0: This new version of the Ruby Backend SDK adds to or extends first-class support for Rails, Rails API, Sinatra, and Rack.
|
|
|
Community Event: ElevenLabs Worldwide Hackathon
|
|
|
|
Our friends at ElevenLabs are hosting a worldwide hackathon focused on AI Agents on February 22nd and 23rd. Teams of 2-4 people will get the opportunity to meet at one of 6 physical locations around the world, or compete from anywhere on the ElevenLabs Discord server!
|
|
|
|
|
Resources
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|