{"id":30249047,"url":"https://github.com/uralstech/umoth","last_synced_at":"2026-04-17T05:02:47.127Z","repository":{"id":306954128,"uuid":"1027661106","full_name":"Uralstech/UMoth","owner":"Uralstech","description":"Google and AppleID authentication for mobile.","archived":false,"fork":false,"pushed_at":"2025-09-01T12:30:31.000Z","size":6578,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-01T14:27:55.806Z","etag":null,"topics":["android","apple","authentication","google","integration","ios","mobile","openupm","sign-in","sign-in-with-apple","sign-in-with-google","unity","unity-package","unity3d","upm-package"],"latest_commit_sha":null,"homepage":"https://uralstech.github.io/UMoth/","language":"C#","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/Uralstech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":null,"dco":null,"cla":null},"funding":{"buy_me_a_coffee":"udayshankar"}},"created_at":"2025-07-28T10:45:16.000Z","updated_at":"2025-09-01T12:21:52.000Z","dependencies_parsed_at":"2025-07-28T17:37:22.042Z","dependency_job_id":"99c1a76f-8b29-4bb4-909c-28a69cf95eb7","html_url":"https://github.com/Uralstech/UMoth","commit_stats":null,"previous_names":["uralstech/umoth"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Uralstech/UMoth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uralstech%2FUMoth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uralstech%2FUMoth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uralstech%2FUMoth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uralstech%2FUMoth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Uralstech","download_url":"https://codeload.github.com/Uralstech/UMoth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uralstech%2FUMoth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31915900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","apple","authentication","google","integration","ios","mobile","openupm","sign-in","sign-in-with-apple","sign-in-with-google","unity","unity-package","unity3d","upm-package"],"created_at":"2025-08-15T08:07:48.188Z","updated_at":"2026-04-17T05:02:47.121Z","avatar_url":"https://github.com/Uralstech.png","language":"C#","funding_links":["https://buymeacoffee.com/udayshankar"],"categories":[],"sub_categories":[],"readme":"# UMoth\n\nGoogle and AppleID authentication for mobile. \n\n[![openupm](https://img.shields.io/npm/v/com.uralstech.umoth?label=openupm\u0026registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.uralstech.umoth/)\n[![openupm](https://img.shields.io/badge/dynamic/json?color=brightgreen\u0026label=downloads\u0026query=%24.downloads\u0026suffix=%2Fmonth\u0026url=https%3A%2F%2Fpackage.openupm.com%2Fdownloads%2Fpoint%2Flast-month%2Fcom.uralstech.umoth)](https://openupm.com/packages/com.uralstech.umoth/)\n\n## Installation\n\nThis package was made for Unity 6.0 and above. Built and tested in Unity 6.2.\n\nSince this package contains a native AAR plugin, it depends on the [External Dependency Manager for Unity (EDM4U)](https://github.com/googlesamples/unity-jar-resolver) to resolve native dependencies.\nYou may already have EDM4U if you use Google or Firebase SDKs in your Unity project. If you do not, the installation steps are available\nhere: [EDM4U - Getting Started](https://github.com/googlesamples/unity-jar-resolver?tab=readme-ov-file#getting-started)\n\n### OpenUPM\n\n1. Open project settings\n2. Select `Package Manager`\n3. Add the OpenUPM package registry:\n    - Name: `OpenUPM`\n    - URL: `https://package.openupm.com`\n    - Scope(s)\n        - `com.uralstech`\n4. Open the Unity Package Manager window (`Window` -\u003e `Package Manager`)\n5. Change the registry from `Unity` to `My Registries`\n6. Add the `UMoth` package\n\n### Unity Package Manager\n\n1. Open the Unity Package Manager window (`Window` -\u003e `Package Manager`)\n2. Select the `+` icon and `Add package from git URL...`\n3. Paste the UPM branch URL and press enter:\n    - `https://github.com/Uralstech/UMoth.git#upm`\n4. Check the instructions for [`Utils.Loggers`](https://uralstech.github.io/Utils.Loggers) and [`Utils.Singleton`](https://uralstech.github.io/Utils.Singleton) to install the dependencies\n\n### GitHub Clone\n\n1. Clone or download the repository from the desired branch (master, preview/unstable)\n2. Drag the package folder `UMoth/UMoth/Packages/com.uralstech.umoth` into your Unity project's `Packages` folder\n3. Check the instructions for [`Utils.Loggers`](https://uralstech.github.io/Utils.Loggers) and [`Utils.Singleton`](https://uralstech.github.io/Utils.Singleton) to install the dependencies\n\n## Preview Versions\n\nDo not use preview versions (i.e. versions that end with \"-preview\") for production use as they are unstable and untested.\n\n## Documentation\n\nSee \u003chttps://uralstech.github.io/UMoth/DocSource/QuickStart.html\u003e or `APIReferenceManual.pdf` and `Documentation.pdf` in the package documentation for the reference manual and tutorial.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furalstech%2Fumoth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Furalstech%2Fumoth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furalstech%2Fumoth/lists"}