Clerk

main

Clerk helps developers build user management. We provide streamlined user experiences for your users to sign up, sign in, and manage their profile.
clerk/clerk-ios


Official Clerk iOS SDK (Alpha)

⚠️ The Clerk iOS SDK is in alpha and not recommended for use in production. ⚠️

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.

chat on Discord documentation twitter


Clerk is Hiring!

Would you like to work on Open Source software and help maintain this repository? Apply today!


🚀 Get Started with Clerk

  1. Sign up for an account
  2. Create an application in your Clerk dashboard
  3. Spin up a new codebase with one of the quickstart guides

🧑‍💻 Installation

Swift Package Manager

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")
]

Manually

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.

🎓 Learning Clerk

Clerk's full documentation is available at clerk.com/docs.

🚢 Release Notes

Curious what we shipped recently? Check out our changelog!

📝 License

This project is licensed under the MIT license.

See LICENSE for more information.

Description

  • Swift Tools 5.9.0
View More Packages from this Author

Dependencies

Last updated: Wed May 01 2024 23:56:14 GMT-0900 (Hawaii-Aleutian Daylight Time)