Instantly add and configure any OpenID Connect (OIDC) compliant OAuth provider
Ever look through our list of built-in authentication providers and be disappointed that you couldn't find the one your users are looking for? Well first off, we're sorry we let you down. But today's a new day...
Starting now you can add any OpenID Connect (OIDC) spec-compliant OAuth provider to your Clerk application today. It's as easy as filling out a form.
We've even added Debug section where you can test your configuration and troubleshoot by viewing errors and API responses.
Our new iOS SDK is here to ensure that your users enjoy a smooth, integrated sign-in experience, whether they're on an iPhone, iPad, or any other Apple device.
In a world where users prefer different devices and often switch between them, having a consistent and convenient authentication experience across platforms is more important than ever.
Our Expo SDK has long enabled the creation of universal applications for Android, iOS, and the web using a single React codebase. However, we recognize that some customers prefer native SDKs for optimized performance, direct access to platform-specific features, and seamless integration with other native components.
That's why we’re excited to introduce Clerk iOS (Beta)! The Clerk iOS SDK is a toolkit designed to integrate Clerk’s authentication and user management services with applications made for the Apple ecosystem. Built with Swift, the SDK adheres to modern standards, delivering the idiomatic and consistent developer experience you expect from Clerk.
Clerk iOS is launching in beta today, with support for building fully custom sign-up and sign-in flows for iOS, macOS, visionOS, tvOS, and watchOS. Along with the release, we're also sharing reference documentation and a quickstart to get you started.
Now, on to some highlights of the Clerk iOS SDK...
SwiftUI
The Clerk iOS SDK was built with SwiftUI in mind, allowing you to harness it's declarative approach to user interface on all Apple platforms.
Async/Await
The Clerk iOS SDK makes use of the latest in Swift networking, allowing your code to be as readable and expressive as possible.
Social Connections (OAuth)
Authenticate with your favorite social providers in just a few lines of code.
State Management
Let the Clerk iOS SDK take care of managing your user's authentication state so you can get back to building your app.
SwiftUI
UIKit
Building towards GA
As an official Clerk SDK, you can expect responsive support, even while in beta. Your feedback is critical during this testing period to ensure Clerk iOS is the best it can be. If you have questions or want to talk to other users who are trying out the beta, join the Clerk Discord community.
Please note the SDK is currently in beta. Certain features - notably pre-built components, organizations, and magic links - are not yet implemented, but we're working on it. You can see a list of the currently available features here.
The API will likely undergo breaking changes until the 1.0.0 release next year.
More granular control over organization creation limits
Administrators can now more easily control how many organizations their users are allowed to create, providing extra controls for your B2B applications.
Configure a default setting for all users via API or from the Clerk Dashboard, and then customize the limit on a per-user basis (also via the Backend API or in a specific User detail view in the Clerk Dashboard)
For some applications, this unlocks the ability to restrict org creation initially until a user has taken additional actions - like signing up for a paid plan. You simply set the defaults and Clerk keeps track of the creation and deletion of organizations.
With our latest release, you can now add custom menu items to <UserButton /> component.
UserButton Customization
The <UserButton /> component now supports the following customizations:
Custom Links: Add external links to the menu using the <UserButton.Link /> component.
Custom Actions: Define custom actions that can trigger specific behaviors within your app using the <UserButton.Action /> component. This includes implementing custom logic with onClick handlers or opening the user profile modal to a specific page.
Here is an example of how to use our new React API for <UserButton /> customization:
For more information and implementation instructions, please refer to our documentation for <UserButton />.
It is now possible to set an active organization by URL slug, making it easier to use the URL as the source of truth for the active organization.
For applications that include the organization slug in their URL path, when managing the Clerk active organization, it is common to have an organization slug handy from the URL, but not necessarily an organization ID.
Now, it's possible to call setActive with an organization slug. This saves an extra call to fetch the organization ID, improving performance and reducing complexity.
The example below creates a component that uses The Next.js useParams() hook to get the organization slug from the URL, and then the setActive method to set that organization as active.
Seamlessly migrate AWS Cognito user passwords into Clerk
We’re excited to share with you the release of our Cognito password migrator!
Existing AWS Cognito customers can now migrate their users into Clerk, and their users
will be able to sign in to Clerk with their prior cognito passwords — No password reset flow required.
Visit our guide to learn more about how to use the Cognito password migrator.