Breaking changes should be expected until the first stable release (1.0.0)
Clerk helps developers build user management. We provide streamlined user experiences for your users to sign up, sign in, and manage their profile.
Visit clerk.com to signup for an account.
Clerk is Hiring!
Would you like to work on Open Source software and help maintain this repository? Apply today!
- Sign up for an account
- Create an application in your Clerk dashboard
- Spin up a new codebase with one of the quickstart guides
To integrate using Apple's Swift Package Manager, navigate to your Xcode project, select Package Dependencies
and click the +
icon to search for https://github.com/clerk/clerk-ios
.
Alternatively, add the following as a dependency to your Package.swift
:
dependencies: [
.package(url: "https://github.com/clerk/clerk-ios", from: "0.1.0")
]
If you prefer not to use any of the aforementioned dependency managers, you can integrate Clerk into your project manually. Simply drag the Sources
Folder into your Xcode project.
Clerk's full documentation is available at clerk.com/docs.
- We recommend starting with the Quickstart guides. It'll enable you to quickly add Clerk to your application.
- To learn more about Clerk's components and features, checkout the rest of the Clerk documentation. You'll be able to e.g. browse the component reference page.
Curious what we shipped recently? Check out our changelog!
This project is licensed under the MIT license.
See LICENSE for more information.