{"id":15093610,"url":"https://github.com/chandrakantapanda/codeignitor3-with-jwt-token","last_synced_at":"2026-01-04T19:13:40.577Z","repository":{"id":215274617,"uuid":"738502268","full_name":"chandrakantapanda/codeignitor3-with-JWT-token","owner":"chandrakantapanda","description":"PHP Codeigniter Developer Jwt Token","archived":false,"fork":false,"pushed_at":"2024-01-03T13:21:27.000Z","size":507,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-14T05:42:02.339Z","etag":null,"topics":["codeigniter","jwe","jwk","jwt-auth","jwt-authentication","jwt-bearer-tokens","jwt-decode","jwt-token","php"],"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/chandrakantapanda.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}},"created_at":"2024-01-03T11:26:14.000Z","updated_at":"2024-01-03T13:24:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"496953ca-6be2-49f3-877a-4765a765f39e","html_url":"https://github.com/chandrakantapanda/codeignitor3-with-JWT-token","commit_stats":{"total_commits":2,"total_committers":2,"mean_commits":1.0,"dds":0.5,"last_synced_commit":"863f8543ce0b115792241dbd8b55e2692114f5db"},"previous_names":["chandrakantapanda/codeignitor3-with-jwt-token"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chandrakantapanda%2Fcodeignitor3-with-JWT-token","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chandrakantapanda%2Fcodeignitor3-with-JWT-token/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chandrakantapanda%2Fcodeignitor3-with-JWT-token/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chandrakantapanda%2Fcodeignitor3-with-JWT-token/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chandrakantapanda","download_url":"https://codeload.github.com/chandrakantapanda/codeignitor3-with-JWT-token/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235847529,"owners_count":19054537,"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":["codeigniter","jwe","jwk","jwt-auth","jwt-authentication","jwt-bearer-tokens","jwt-decode","jwt-token","php"],"created_at":"2024-09-25T11:24:20.556Z","updated_at":"2026-01-04T19:13:35.558Z","avatar_url":"https://github.com/chandrakantapanda.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Readme \n## Requirements\nPHP8.1 NGINX\ncomposer\nJwt framework \n\n## Core Code\n    1. `JwekeyEncryption`\n    2. `ContentEncryption`\n    3. `Jwecompression`\n    4. `Serialization`\n\n**JwekeyEncryption**\n\t```\n    $keyEncryptionAlgorithmManager = new AlgorithmManager([\n        new RSAOAEP256(),\n    ]);\n\t```\n\t\n**ContentEncryption**\n\t```\n    $contentEncryptionAlgorithmManager = new AlgorithmManager([\n        new A256CBCHS512(),\n    ]);\n\t```\n\t\n**Jwecompression** \n\t```\n    $compressionMethodManager = new CompressionMethodManager([\n        new Deflate(),\n    ]);\n\t```\n\n**Serialization**\n\t```\n    $serializerManager = new JWESerializerManager([\n        new CompactSerializer()\n    ]);\n\t```\n\n## Implementation Details \n  - *We have already install composer and required package . No need to install again\n\t\n  -steps to achieve \n  \n\tinstall composer in localsystem\n\n  - Run command to add package in our library.\n  - This library is use for algorithm list depends on the cypher operation to be performed (signature or encryption)\n  - Core component of the JWT Framework\n    ```\n    composer require web-token/jwt-core\n    ```\n  - This package is use for Generate A New Key\n    ```\n    composer require web-token/jwt-key-mgmt\n    ```\n\n  - This package is use JWS serializers\n    ```\n    composer require web-token/jwt-signature\n    ```\n\n  - This package is use for Header Checker JWT (JWS or JWE)\n    ```\n    composer require web-token/jwt-checker\n    ```\n\n  - This package is use for Content encryption algorithm manager with the aescbc algorithm\n    ```    \n    web-token/jwt-encryption-algorithm-aescbc\n    ```\n  - This package is use for key encryption algorithm manager with the RSA-OAEP-256 algorithm\n    ```    \n    composer require web-token/jwt-encryption-algorithm-rsa \n    ```\nFor reference https://web-token.spomky-labs.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchandrakantapanda%2Fcodeignitor3-with-jwt-token","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchandrakantapanda%2Fcodeignitor3-with-jwt-token","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchandrakantapanda%2Fcodeignitor3-with-jwt-token/lists"}