{"id":20348138,"url":"https://github.com/nobletsolutions/tokenbundle","last_synced_at":"2025-08-24T16:32:29.880Z","repository":{"id":57028972,"uuid":"80254427","full_name":"NobletSolutions/TokenBundle","owner":"NobletSolutions","description":"JWT token bundle integration with symfony","archived":false,"fork":false,"pushed_at":"2025-07-05T06:25:10.000Z","size":89,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-22T20:31:56.479Z","etag":null,"topics":["bundle","jwt","jwt-token","php","symfony","symfony-bundle"],"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/NobletSolutions.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":null,"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":"2017-01-27T23:22:15.000Z","updated_at":"2025-07-05T06:25:12.000Z","dependencies_parsed_at":"2025-08-24T16:32:11.815Z","dependency_job_id":null,"html_url":"https://github.com/NobletSolutions/TokenBundle","commit_stats":{"total_commits":65,"total_committers":1,"mean_commits":65.0,"dds":0.0,"last_synced_commit":"1f3eaaf8ed06ac7f0a08be45767d19b58f846036"},"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/NobletSolutions/TokenBundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NobletSolutions%2FTokenBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NobletSolutions%2FTokenBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NobletSolutions%2FTokenBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NobletSolutions%2FTokenBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NobletSolutions","download_url":"https://codeload.github.com/NobletSolutions/TokenBundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NobletSolutions%2FTokenBundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271902328,"owners_count":24841188,"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","status":"online","status_checked_at":"2025-08-24T02:00:11.135Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bundle","jwt","jwt-token","php","symfony","symfony-bundle"],"created_at":"2024-11-14T22:19:18.557Z","updated_at":"2025-08-24T16:32:29.831Z","avatar_url":"https://github.com/NobletSolutions.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Installation\n============\n\n```yaml\n  composer require ns/token-bundle\n```\n\nEdit AppKernel.php and add the bundle\n\n```yaml\n    new NS\\TokenBundle\\NSTokenBundle(),\n```\n\nEdit app/config/config.yml\n\n```yaml\n    ns_token:\n        generator:\n            id: \u003csome random string\u003e\n            key: \u003canother random string\u003e\n            issuer: \u003cstring (often the site source)\u003e\n            short_expiration: 3600\n            long_expiration: 2592000\n            signer: Lcobucci\\JWT\\Signer\\Rsa\\Sha256 #default\n```\nYou can use your own signer by implementing the Lcobucci\\JWT\\Signer interface.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnobletsolutions%2Ftokenbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnobletsolutions%2Ftokenbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnobletsolutions%2Ftokenbundle/lists"}