{"id":17359043,"url":"https://github.com/zishang520/apple-auth-verify","last_synced_at":"2025-09-02T14:37:09.393Z","repository":{"id":62520414,"uuid":"362661791","full_name":"zishang520/apple-auth-verify","owner":"zishang520","description":"laravel apple-auth-verify","archived":false,"fork":false,"pushed_at":"2021-04-29T02:28:19.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-09T09:12:58.098Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/zishang520.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}},"created_at":"2021-04-29T02:08:00.000Z","updated_at":"2021-04-29T02:28:21.000Z","dependencies_parsed_at":"2022-11-02T14:46:03.448Z","dependency_job_id":null,"html_url":"https://github.com/zishang520/apple-auth-verify","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zishang520/apple-auth-verify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zishang520%2Fapple-auth-verify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zishang520%2Fapple-auth-verify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zishang520%2Fapple-auth-verify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zishang520%2Fapple-auth-verify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zishang520","download_url":"https://codeload.github.com/zishang520/apple-auth-verify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zishang520%2Fapple-auth-verify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273298413,"owners_count":25080568,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"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":[],"created_at":"2024-10-15T19:07:53.384Z","updated_at":"2025-09-02T14:37:09.349Z","avatar_url":"https://github.com/zishang520.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Apple login authorization information acquisition\n\n### Installation package\n```bash\ncomposer require luoyy/apple-auth-verify\n```\n\n### Quick Sample Usage\n```php\n/**\n * DEMO\n */\nuse luoyy\\AppleAuthVerify\\Exceptions\\TokenException;\nuse luoyy\\AppleAuthVerify\\Token;\n\ntry {\n    if (($identity = Token::verify($request-\u003eget('identityToken'))) === false) {\n        throw new AuthException('identityToken verification failed.', 400);\n    }\n} catch (TokenException $e) {\n    throw new AuthException('identityToken Parsing failed.', 400);\n}\n\nif (time() \u003e $identity-\u003eexp) {\n    throw new AuthException('identityToken Expired, please re-authorize.', 400);\n}\n```\n### Update log\n* `2021.04.29`：Initialize the warehouse\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzishang520%2Fapple-auth-verify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzishang520%2Fapple-auth-verify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzishang520%2Fapple-auth-verify/lists"}