{"id":24735260,"url":"https://github.com/damax-solutions/api-auth-bundle","last_synced_at":"2025-10-10T04:31:15.141Z","repository":{"id":46920561,"uuid":"125063921","full_name":"damax-solutions/api-auth-bundle","owner":"damax-solutions","description":"Authentication via api key or JWT.","archived":false,"fork":false,"pushed_at":"2021-09-21T12:48:25.000Z","size":193,"stargazers_count":5,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-17T13:49:40.613Z","etag":null,"topics":["api","bundle","jwt","php","symfony","symfony-bundle"],"latest_commit_sha":null,"homepage":"","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/damax-solutions.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":"Security/AbstractAuthenticator.php","support":null}},"created_at":"2018-03-13T14:25:20.000Z","updated_at":"2021-09-21T12:48:29.000Z","dependencies_parsed_at":"2022-09-01T06:54:38.606Z","dependency_job_id":null,"html_url":"https://github.com/damax-solutions/api-auth-bundle","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damax-solutions%2Fapi-auth-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damax-solutions%2Fapi-auth-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damax-solutions%2Fapi-auth-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damax-solutions%2Fapi-auth-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/damax-solutions","download_url":"https://codeload.github.com/damax-solutions/api-auth-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235917326,"owners_count":19065825,"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":["api","bundle","jwt","php","symfony","symfony-bundle"],"created_at":"2025-01-27T20:26:53.262Z","updated_at":"2025-10-10T04:31:09.848Z","avatar_url":"https://github.com/damax-solutions.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DamaxApiAuthBundle\n\n[![Build Status](https://travis-ci.org/damax-solutions/api-auth-bundle.svg?branch=master)](https://travis-ci.org/damax-solutions/api-auth-bundle) [![Coverage Status](https://coveralls.io/repos/damax-solutions/api-auth-bundle/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/damax-solutions/api-auth-bundle?branch=master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/damax-solutions/api-auth-bundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/damax-solutions/api-auth-bundle/?branch=master)\n\nAPI key or [JWT](https://jwt.io/) authentication for Symfony application.\n\n## Features\n\n#### Api keys\n\n- Store keys in _Redis_, database or right in config.\n- Search in multiple storage types until found.\n- Use console commands to add, remove or lookup existing keys.\n- Define _TTL_ for each key i.e. grant temporary access to your API.\n- Configure the chain of key extractors from cookie, query string or header.\n- Finally, implement your own [ApiKeyUserProvider](Security/ApiKey/ApiKeyUserProvider.php) for custom solution.\n\n### JWT\n\n- Symmetric signing support for quick setup i.e. _SSH_ keys are not required.\n- Add and validate all registered claims.\n- Extend payload with any public or custom claim.\n- Refresh token functionality.\n- Customize success or error responses.\n\n## Documentation\n\nTopics:\n\n- [Installation](Resources/doc/installation.md)\n- [Api key usage](Resources/doc/api-key.md)\n- [Basic JWT usage](Resources/doc/jwt-basic.md)\n- [Advanced JWT usage](Resources/doc/jwt-advanced.md)\n\n## Contribute\n\nInstall dependencies and run tests:\n\n```bash\n$ make\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamax-solutions%2Fapi-auth-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdamax-solutions%2Fapi-auth-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamax-solutions%2Fapi-auth-bundle/lists"}