{"id":21022851,"url":"https://github.com/attla/authentic","last_synced_at":"2026-02-18T22:37:37.600Z","repository":{"id":50543449,"uuid":"515006052","full_name":"attla/authentic","owner":"attla","description":"🆔 An effective stateless user authentication and authorization layer","archived":false,"fork":false,"pushed_at":"2025-04-04T01:01:01.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-20T12:07:46.925Z","etag":null,"topics":["auth","authn","authz","serverless","sso","stateful","stateless"],"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/attla.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":"2022-07-18T02:11:03.000Z","updated_at":"2025-04-04T01:01:04.000Z","dependencies_parsed_at":"2025-04-12T11:16:08.982Z","dependency_job_id":"faa04849-18ac-48b0-8dec-b86cab952d16","html_url":"https://github.com/attla/authentic","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"a2a9c97da83a4d3e0d38159dd5aa71f99d0fa189"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/attla/authentic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attla%2Fauthentic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attla%2Fauthentic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attla%2Fauthentic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attla%2Fauthentic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/attla","download_url":"https://codeload.github.com/attla/authentic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attla%2Fauthentic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29597314,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T22:25:43.180Z","status":"ssl_error","status_checked_at":"2026-02-18T22:25:42.766Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["auth","authn","authz","serverless","sso","stateful","stateless"],"created_at":"2024-11-19T11:14:25.051Z","updated_at":"2026-02-18T22:37:37.581Z","avatar_url":"https://github.com/attla.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Authentic stateless user layer\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-lightgrey.svg\" alt=\"License\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/attla/authentic\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/attla/authentic\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/attla/authentic\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/attla/authentic\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n🆔 An effective serverless user authentication and authorization layer.\n\n## Installation\n\n```bash\ncomposer require attla/authentic\n```\n\n## Configuration\n\nIn `./config/auth.php` on `guards` add the following array:\n\n```php\n'guards' =\u003e [\n    // ...\n\n    'authentic' =\u003e [\n        'driver'   =\u003e 'authentic',\n        'provider' =\u003e 'users',\n    ],\n],\n```\n\nIf you want to configure the authentic as your default authentication guard set on `defaults.guard` as:\n\n```php\n'defaults' =\u003e [\n    'guard' =\u003e 'authentic',\n    // ...\n],\n```\n\nYour model needs implements `Authenticatable` contract:\n\n```php\nuse Illuminate\\Contracts\\Auth\\Authenticatable;\n\nclass Example implements Authenticatable\n{\n    // ...\n}\n```\n\n## Providers\n\nAlso in `./config/auth.php` on `guards` add the following array:\n\n```php\n'providers' =\u003e [\n    // ...\n\n    'dynamodb' =\u003e [\n        'driver' =\u003e 'dynamodb',\n        'model'  =\u003e Model::class,\n        // 'gsi'    =\u003e '',\n    ],\n],\n```\n\n## License\n\nThis package is licensed under the [MIT license](LICENSE) © [Zunq](https://zunq.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fattla%2Fauthentic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fattla%2Fauthentic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fattla%2Fauthentic/lists"}