{"id":13684107,"url":"https://github.com/cakephp/authentication","last_synced_at":"2026-02-09T15:16:18.134Z","repository":{"id":37549381,"uuid":"75036358","full_name":"cakephp/authentication","owner":"cakephp","description":"Authentication plugin for CakePHP. Can also be used in PSR7 based applications.","archived":false,"fork":false,"pushed_at":"2026-01-27T09:00:54.000Z","size":2435,"stargazers_count":115,"open_issues_count":3,"forks_count":108,"subscribers_count":29,"default_branch":"3.x","last_synced_at":"2026-01-27T17:42:10.733Z","etag":null,"topics":["authentication","cakephp","cakephp-plugin","middleware","php","psr7-middleware"],"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/cakephp.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-11-29T02:50:33.000Z","updated_at":"2026-01-17T16:29:04.000Z","dependencies_parsed_at":"2024-04-10T02:56:08.252Z","dependency_job_id":"635a0484-b14d-4c23-a650-7bce4c9290f1","html_url":"https://github.com/cakephp/authentication","commit_stats":{"total_commits":1198,"total_committers":89,"mean_commits":"13.460674157303371","dds":0.845575959933222,"last_synced_commit":"6b6a2efb7f8b5f6e1c0d53f3fe79c690f29a0aa2"},"previous_names":[],"tags_count":67,"template":false,"template_full_name":null,"purl":"pkg:github/cakephp/authentication","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cakephp%2Fauthentication","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cakephp%2Fauthentication/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cakephp%2Fauthentication/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cakephp%2Fauthentication/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cakephp","download_url":"https://codeload.github.com/cakephp/authentication/tar.gz/refs/heads/3.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cakephp%2Fauthentication/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29270314,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T13:47:44.167Z","status":"ssl_error","status_checked_at":"2026-02-09T13:47:43.721Z","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":["authentication","cakephp","cakephp-plugin","middleware","php","psr7-middleware"],"created_at":"2024-08-02T14:00:26.173Z","updated_at":"2026-02-09T15:16:18.118Z","avatar_url":"https://github.com/cakephp.png","language":"PHP","readme":"# CakePHP Authentication\n\n![Build Status](https://github.com/cakephp/authentication/actions/workflows/ci.yml/badge.svg?branch=master)\n[![Latest Stable Version](https://img.shields.io/github/v/release/cakephp/authentication?sort=semver\u0026style=flat-square)](https://packagist.org/packages/cakephp/authentication)\n[![Total Downloads](https://img.shields.io/packagist/dt/cakephp/authentication?style=flat-square)](https://packagist.org/packages/cakephp/authentication/stats)\n[![Code Coverage](https://img.shields.io/coveralls/cakephp/authentication/master.svg?style=flat-square)](https://coveralls.io/r/cakephp/authentication?branch=master)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)\n\n[PSR7](https://www.php-fig.org/psr/psr-7/) Middleware authentication stack for the CakePHP framework.\n\nDon't know what middleware is? [Check the CakePHP documentation](https://book.cakephp.org/4/en/controllers/middleware.html) and additionally [read this.](https://philsturgeon.uk/php/2016/05/31/why-care-about-php-middleware/)\n\n## Authentication, not Authorization\n\nThis plugin intends to provide a framework around authentication and user\nidentification. Authorization is a [separate\nconcern](https://en.wikipedia.org/wiki/Separation_of_concerns) that has been\npackaged into a separate [authorization plugin](https://github.com/cakephp/authorization).\n\n## Installation\n\nYou can install this plugin into your CakePHP application using\n[composer](https://getcomposer.org):\n\n```\nphp composer.phar require cakephp/authentication\n```\n\nLoad the plugin by adding the following statement in your project's\n`src/Application.php`:\n```php\npublic function bootstrap(): void\n{\n    parent::bootstrap();\n\n    $this-\u003eaddPlugin('Authentication');\n}\n```\n\n## Documentation\n\nDocumentation for this plugin can be found in the [CakePHP Cookbook](https://book.cakephp.org/authentication/3/en/).\n\n## IDE compatibility improvements\n\nFor `AuthenticationService::loadIdentifier()` you an find an IdeHelper task in [IdeHelperExtra plugin](https://github.com/dereuromark/cakephp-ide-helper-extra/).\n","funding_links":[],"categories":["Authentication and Authorization"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcakephp%2Fauthentication","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcakephp%2Fauthentication","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcakephp%2Fauthentication/lists"}