{"id":30193305,"url":"https://github.com/clerk/clerk-android","last_synced_at":"2026-05-11T19:01:11.790Z","repository":{"id":308832075,"uuid":"980409545","full_name":"clerk/clerk-android","owner":"clerk","description":"Android SDK for Clerk","archived":false,"fork":false,"pushed_at":"2026-05-04T22:31:46.000Z","size":8730,"stargazers_count":14,"open_issues_count":9,"forks_count":7,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-05-05T00:11:24.254Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://clerk-android.clerkstage.dev","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clerk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-05-09T04:48:18.000Z","updated_at":"2026-05-04T22:26:30.000Z","dependencies_parsed_at":"2025-08-08T07:22:31.762Z","dependency_job_id":"674e1081-bca6-4da5-a534-6b79ce6455a1","html_url":"https://github.com/clerk/clerk-android","commit_stats":null,"previous_names":["clerk/clerk-android"],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/clerk/clerk-android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clerk%2Fclerk-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clerk%2Fclerk-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clerk%2Fclerk-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clerk%2Fclerk-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clerk","download_url":"https://codeload.github.com/clerk/clerk-android/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clerk%2Fclerk-android/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32908529,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-11T17:09:15.040Z","status":"ssl_error","status_checked_at":"2026-05-11T17:08:45.420Z","response_time":120,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-13T01:56:40.982Z","updated_at":"2026-05-11T19:01:11.762Z","avatar_url":"https://github.com/clerk.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://clerk.com?utm_source=github\u0026utm_medium=clerk_android\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n    \u003cpicture\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://images.clerk.com/static/logo-dark-mode-400x400.png\"\u003e\n      \u003cimg src=\"https://images.clerk.com/static/logo-light-mode-400x400.png\" height=\"64\"\u003e\n    \u003c/picture\u003e\n  \u003c/a\u003e\n  \u003cbr /\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n  Official Clerk Android SDK\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003e\n    Clerk helps developers build user management. We provide streamlined user experiences for your users to sign up, sign in, and manage their profile.\n  \u003c/strong\u003e\n\u003c/p\u003e\n\n[![chat on Discord](https://img.shields.io/discord/856971667393609759.svg?logo=discord)](https://clerk.com/discord)\n[![documentation](https://img.shields.io/badge/documentation-clerk-green.svg)](https://clerk.com/docs)\n[![twitter](https://img.shields.io/twitter/follow/ClerkDev?style=social)](https://twitter.com/intent/follow?screen_name=ClerkDev)\n\n---\n\n## Usage\n\n### Creating a Clerk Application\n\n1. [Sign up for an account](https://dashboard.clerk.com/sign-up?utm_source=github\u0026utm_medium=clerk_android_repo_readme)\n2. Create an application in your Clerk dashboard\n3. Copy your **Publishable Key** from the API Keys section\n\n### Installation\n\nThe Clerk Android SDK is available as two separate artifacts:\n\n- **`clerk-android-api`** – Core API and authentication logic (required)\n- **`clerk-android-ui`** – Prebuilt Jetpack Compose UI components (optional, includes API)\n\nAdd the desired artifact to your app's `build.gradle(.kts)`:\n\n#### API Only\n\nUse this if you want to build your own custom UI:\n\n```kotlin\ndependencies {\n    implementation(\"com.clerk:clerk-android-api:0.1.28\")\n}\n```\n\n#### With Prebuilt UI Components\n\nUse this if you want to use the prebuilt Jetpack Compose UI components:\n\n```kotlin\ndependencies {\n    implementation(\"com.clerk:clerk-android-ui:0.1.3\")\n}\n```\n\n\u003e 💡 **Tip:** Check Maven Central for the latest versions:\n\u003e [clerk-android-api](https://central.sonatype.com/artifact/com.clerk/clerk-android-api) |\n\u003e [clerk-android-ui](https://central.sonatype.com/artifact/com.clerk/clerk-android-ui)\n\n## Samples\n\n#### Quickstart\n`samples/quickstart`: This is a paired repo with the [Android Quickstart guide](https://clerk.com/docs/quickstarts/android). It provides a simple\nexample of how to integrate Clerk into an Android application, demonstrating user sign-up, sign-in,\nand profile management. See the [README](samples/quickstart/README.md) for more info\n\n#### Custom flows\n`samples/custom-flows`: This is a paired repo with the [Custom Flows guide](https://clerk.com/docs/custom-flows/overview). It showcases how to\nimplement custom authentication flows using Clerk, including advanced scenarios like multi-factor\nauthentication and reset password. See the [README](samples/custom-flows/README.md) for more info\n\n#### Linear Clone\n`samples/linear-clone`: This is an example that shows how you might integrate with compose navigation, it is a native recreation of the Linear auth flow (which is web based)\nand includes Sign in with Google, Passkey authentication, Sign out, and Email Code Authentication. See the [README](samples/linear-clone/README.md) for more info.\n\n#### Prebuilt UI\n`samples/prebuilt-ui`: This is an example that shows how to integrate the Clerk prebuilt UI components. See the [README](samples/prebuilt-ui/README.md) for more info. \n\n## Documentation\n\n- [Reference Documentation](https://clerk-android.clerkstage.dev)\n- [Clerk Docs](https://clerk.com/docs)\n- [Android Integration Guide](https://clerk.com/docs/quickstarts/android)\n\n## 📝 License\n\nThis project is licensed under the **MIT license**.\n\nSee [LICENSE](https://github.com/clerk/clerk-android/blob/main/LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclerk%2Fclerk-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclerk%2Fclerk-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclerk%2Fclerk-android/lists"}