{"id":20215586,"url":"https://github.com/casdoor/casdoor-android-example","last_synced_at":"2026-04-29T01:01:47.935Z","repository":{"id":104353465,"uuid":"523565726","full_name":"casdoor/casdoor-android-example","owner":"casdoor","description":"An Android app example for Casdoor based on Casdoor Android SDK: https://github.com/casdoor/casdoor-android-sdk","archived":false,"fork":false,"pushed_at":"2022-09-29T06:00:44.000Z","size":793,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-07T07:40:03.532Z","etag":null,"topics":["android","app","casdoor","example","sdk"],"latest_commit_sha":null,"homepage":"https://github.com/casdoor/casdoor","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/casdoor.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}},"created_at":"2022-08-11T02:50:40.000Z","updated_at":"2025-03-27T00:50:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"9fb5964c-0837-47ff-bdfa-68e3ad62c3e7","html_url":"https://github.com/casdoor/casdoor-android-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/casdoor/casdoor-android-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casdoor%2Fcasdoor-android-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casdoor%2Fcasdoor-android-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casdoor%2Fcasdoor-android-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casdoor%2Fcasdoor-android-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/casdoor","download_url":"https://codeload.github.com/casdoor/casdoor-android-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casdoor%2Fcasdoor-android-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32405903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: 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":["android","app","casdoor","example","sdk"],"created_at":"2024-11-14T06:23:23.383Z","updated_at":"2026-04-29T01:01:47.913Z","avatar_url":"https://github.com/casdoor.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\" style=\"border-bottom: none;\"\u003e📦⚡️Casdoor android example\u003c/h1\u003e\n\u003ch3 align=\"center\"\u003eAn example of casdoor-android-sdk\u003c/h3\u003e\n\n## \tThe example uses the following casdoor server:\nThe server: https://door.casdoor.com/\n\n## Quick Start\n- download the code\n```bash\n git clone git@github.com:casdoor/casdoor-android-example.git\n```\n\n## Configure\nInitialization requires 6 parameters, which are all str type:\n|  Name (in order)   | Must  | Description |\n|  ----  | ----  |----  |\n| clientId  | Yes | Application.client_id |\n| endpoint  | Yes | Casdoor Server Url, such as `door.casdoor.com` |\n| organizationName  | Yes | Organization name |\n| appName  | Yes | Application name |\n| redirectUri  | Yes | The path of the callback URL for your Casdoor application, will be `casdoor://callback` if not provided |\n\n```\n val casdoorConfig = CasdoorConfig(\n            endpoint = \"https://door.casdoor.com\",\n            clientID = \"014ae4bd048734ca2dea\",\n            organizationName = \"casbin\",\n            redirectUri = \"casdoor://callback\",\n            appName = \"app-casnode\"\n        )\n```\n## After running, you will see the following  interfaces:\n ![Android](casdoor-android-example.gif)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcasdoor%2Fcasdoor-android-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcasdoor%2Fcasdoor-android-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcasdoor%2Fcasdoor-android-example/lists"}