{"id":25722475,"url":"https://github.com/fawno/ipauthenticator","last_synced_at":"2026-02-21T08:01:39.303Z","repository":{"id":278286259,"uuid":"935124848","full_name":"fawno/IPAuthenticator","owner":"fawno","description":"IP Authenticator for CakePHP 4 Authentication plugin","archived":false,"fork":false,"pushed_at":"2025-02-19T03:24:37.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-07T01:36:30.474Z","etag":null,"topics":["authentication","authenticator","cakephp","cakephp-plugin","cakephp4","ip","ip-authentication"],"latest_commit_sha":null,"homepage":"","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/fawno.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}},"created_at":"2025-02-19T00:10:48.000Z","updated_at":"2025-02-19T03:16:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"2cdb04d9-cfd5-4113-941b-11615d9e83bf","html_url":"https://github.com/fawno/IPAuthenticator","commit_stats":null,"previous_names":["fawno/ipauthenticator"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/fawno/IPAuthenticator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fawno%2FIPAuthenticator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fawno%2FIPAuthenticator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fawno%2FIPAuthenticator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fawno%2FIPAuthenticator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fawno","download_url":"https://codeload.github.com/fawno/IPAuthenticator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fawno%2FIPAuthenticator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29676979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T06:23:40.028Z","status":"ssl_error","status_checked_at":"2026-02-21T06:23:39.222Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["authentication","authenticator","cakephp","cakephp-plugin","cakephp4","ip","ip-authentication"],"created_at":"2025-02-25T19:36:33.306Z","updated_at":"2026-02-21T08:01:39.298Z","avatar_url":"https://github.com/fawno.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub license](https://img.shields.io/github/license/fawno/IPAuthenticator)](https://github.com/fawno/IPAuthenticator/blob/master/LICENSE)\n[![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/fawno/IPAuthenticator.svg)](https://github.com/fawno/IPAuthenticator/tags)\n[![Packagist](https://img.shields.io/packagist/v/fawno/ip-authentication)](https://packagist.org/packages/fawno/ip-authentication)\n[![Packagist Downloads](https://img.shields.io/packagist/dt/fawno/ip-authentication)](https://packagist.org/packages/fawno/ip-authentication/stats)\n[![GitHub issues](https://img.shields.io/github/issues/fawno/IPAuthenticator)](https://github.com/fawno/IPAuthenticator/issues)\n[![GitHub forks](https://img.shields.io/github/forks/fawno/IPAuthenticator)](https://github.com/fawno/IPAuthenticator/network)\n[![GitHub stars](https://img.shields.io/github/stars/fawno/IPAuthenticator)](https://github.com/fawno/IPAuthenticator/stargazers)\n\n# IP Authenticator for CakePHP 4 Authentication plugin\n\nThis plugin provides an IP Authenticator for CakePHP 4 authentication plugin.\n\n# Table of contents\n- [Requirements](#requirements)\n- [Installation](#installation)\n\n## Requirements\n\n- PHP \u003e= 7.2.0\n- CakePHP \u003e= 4.3.0\n- [CakePHP Authentication](https://book.cakephp.org/authentication/2/en/index.html) \u003e= 2.0\n\n\n[TOC](#table-of-contents)\n\n## Installation\n\nInstall this plugin into your application using [composer](https://getcomposer.org):\n\n- Add `fawno/ip-authentication` package to your project:\n  ```bash\n    composer require fawno/ip-authentication\n  ```\n- Load the IPAuthenticator in your `Application.php`:\n  ```php\n  use IPAuthenticator\\Authenticator\\IPAuthenticator;\n  ```\n- Load the IPAuthenticator in your Authentication Service (`Application.php`):\n  ```php\n  // Load the authenticators. Session should be first.\n  $service-\u003eloadAuthenticator('Authentication.Session');\n\n  $service-\u003eloadAuthenticator(IPAuthenticator::class, [\n      'auth' =\u003e [\n          '127.0.0.1' =\u003e [\n              'username' =\u003e 'localhost',\n              'displayname' =\u003e 'Local Host',\n              'dn' =\u003e [],\n              'memberof' =\u003e [\n                  'Group' =\u003e 'Group',\n              ],\n          ],\n      ],\n  ]);\n  ```\n\n[TOC](#table-of-contents)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffawno%2Fipauthenticator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffawno%2Fipauthenticator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffawno%2Fipauthenticator/lists"}