{"id":18879588,"url":"https://github.com/statickidz/magento-external-auth","last_synced_at":"2026-02-20T03:30:15.930Z","repository":{"id":144092628,"uuid":"49269619","full_name":"statickidz/magento-external-auth","owner":"statickidz","description":"Simple functions to authenticate in Magento outside your code","archived":false,"fork":false,"pushed_at":"2016-01-08T20:12:22.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-31T03:12:32.647Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/statickidz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-08T11:57:38.000Z","updated_at":"2016-01-08T11:57:47.000Z","dependencies_parsed_at":"2023-04-17T10:55:17.589Z","dependency_job_id":null,"html_url":"https://github.com/statickidz/magento-external-auth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statickidz%2Fmagento-external-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statickidz%2Fmagento-external-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statickidz%2Fmagento-external-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statickidz%2Fmagento-external-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/statickidz","download_url":"https://codeload.github.com/statickidz/magento-external-auth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239841742,"owners_count":19705981,"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","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-11-08T06:37:50.031Z","updated_at":"2026-02-20T03:30:15.854Z","avatar_url":"https://github.com/statickidz.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Magento External Authentication\nSimple functions to authenticate in Magento outside your code (not your server)\n\n## Usage\n```php\n//Try to login\nif(MagentoAuth::loginCustomer('username', 'password123')) {\n\tprint 'Logged in! \u003cbr\u003e';\n\tif(MagentoAuth::isLoggedIn()) {\n\t\tprint 'Still logged in! \u003cbr\u003e';\n\t}\n\n\t//Get logged customer\n\t$customer = MagentoAuth::getLoggedCustomer();\n\tprint $customer-\u003egetEmail().'\u003cbr\u003e';\n} else {\n\tprint 'Login Failed \u003cbr\u003e';\n}\n\nMagentoAuth::logoutCustomer();\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatickidz%2Fmagento-external-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatickidz%2Fmagento-external-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatickidz%2Fmagento-external-auth/lists"}