{"id":16242781,"url":"https://github.com/troian/jwtpp","last_synced_at":"2025-10-07T06:53:27.717Z","repository":{"id":49702663,"uuid":"56841708","full_name":"troian/jwtpp","owner":"troian","description":"JSON Object Signing and Encryption library for C++.","archived":false,"fork":false,"pushed_at":"2023-01-15T21:40:30.000Z","size":210,"stargazers_count":67,"open_issues_count":4,"forks_count":33,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-28T20:03:55.044Z","etag":null,"topics":["c-plus-plus-11","cpp","encryption-library","jose","json","jwt","jwt-authentication","signing"],"latest_commit_sha":null,"homepage":"","language":"C++","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/troian.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-22T08:57:41.000Z","updated_at":"2024-10-21T01:46:28.000Z","dependencies_parsed_at":"2023-01-21T11:11:18.633Z","dependency_job_id":null,"html_url":"https://github.com/troian/jwtpp","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/troian%2Fjwtpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/troian%2Fjwtpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/troian%2Fjwtpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/troian%2Fjwtpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/troian","download_url":"https://codeload.github.com/troian/jwtpp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244006290,"owners_count":20382443,"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":["c-plus-plus-11","cpp","encryption-library","jose","json","jwt","jwt-authentication","signing"],"created_at":"2024-10-10T14:12:42.092Z","updated_at":"2025-10-07T06:53:22.685Z","avatar_url":"https://github.com/troian.png","language":"C++","readme":"# jwtpp\nJSON Object Signing and Encryption library for C++\n\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/da9665fd01ba4c759cef755d1ff03d2c)](https://www.codacy.com/app/troian/jwtpp?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=troian/jwtpp\u0026utm_campaign=badger)\n[![Build Status](https://travis-ci.com/troian/jwtpp.svg?branch=master)](https://travis-ci.com/troian/jwtpp)\n[![Codecov](https://codecov.io/gh/troian/jwtpp/branch/master/graph/badge.svg)](https://codecov.io/gh/troian/jwtpp)\n\u003ca href=\"https://jwt.io\"\u003e \u003cimg src=\"https://jwt.io/img/badge-compatible.svg?sanitize=true\" width=\"80\"/\u003e\u003c/a\u003e\n\n#### Dependencies:\n  - [jsoncpp](https://github.com/open-source-parsers/jsoncpp)\n  - OpenSSL\n\n#### Built and tested with:\n  - GCC\n    - C++11\n    - С++14\n    - С++17\n  - СLang\n    - C++11\n    - С++14\n    - С++17\n\n#### Supported features:\n  - Sign\n  - Verify\n\n#### Supported algorithms\n|Alg|Status|\n|:---:|:------:|\n| HS256 | **Supported** |\n| HS384 | **Supported** |\n| HS512 | **Supported** |\n| RS256 | **Supported** |\n| RS384 | **Supported** |\n| RS512 | **Supported** |\n| ES256 | **Supported** |\n| ES384 | **Supported** |\n| ES512 | **Supported** |\n| PS256 | **Supported** |\n| PS384 | **Supported** |\n| PS512 | **Supported** |\n| EdDSA | **Supported** |\n\n#### Claims\n|Claim|Options|Status|\n|:---:|:---:|:----:|\n|**_ess_**|set,verify| **Supported** \n|**_sub_**|set,verify| **Supported** \n|**_aud_**|set,verify| **Supported** \n|**_exp_**|set,verify| **Supported** \n|**_nbf_**|set,verify| **Supported** \n|**_iat_**|set,verify| **Supported** \n|**_jti_**|set,verify| **Supported** \n\n### How to use\nRefer to tests dir\n\n### How to build/install\n#### CMake sources deps\nadd_subdirectory(\u003cpath to\u003e)\n#### System-wide installation\nOn MacOS OPENSSL_ROOT_DIR might need to be specified. Add `-DOPENSSL_ROOT_DIR=$(brew --prefix openssl)` to cmake stage\n\n```bash\ngit clone https://github.com/troian/jwtpp\nmkdir build \u0026\u0026 cd build\ncmake -Wno-dev -DCMAKE_INSTALL_PREFIX=\u003cinstall prefix\u003e ..\nmake install\n```\n#### Homebrew\n```\nbrew tap troian/tap\nbrew install jwtpp\n```\n\n### TODO\n- Documentation\n- Examples\n- Tests\n\n## How to contribute\nJust do it! :)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftroian%2Fjwtpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftroian%2Fjwtpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftroian%2Fjwtpp/lists"}