{"id":5288152,"name":"jwt-cpp","ecosystem":"conda","description":"A header only library for creating and validating JSON Web Tokens in C++11.","homepage":"https://thalhammer.it/projects/jwt_cpp","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/Thalhammer/jwt-cpp","keywords_array":[],"namespace":null,"versions_count":4,"first_release_published_at":"2021-05-24T15:39:17.000Z","latest_release_published_at":"2022-06-22T10:04:01.000Z","latest_release_number":"0.6.0","last_synced_at":"2026-03-21T16:25:27.724Z","created_at":"2022-10-03T15:45:22.584Z","updated_at":"2026-03-21T16:25:28.322Z","registry_url":"https://anaconda.org/conda-forge/jwt-cpp","install_command":"conda install -c conda-forge jwt-cpp","documentation_url":null,"metadata":{},"repo_metadata":{"id":37904108,"uuid":"108908685","full_name":"Thalhammer/jwt-cpp","owner":"Thalhammer","description":"A header only library for creating and validating json web tokens in c++","archived":false,"fork":false,"pushed_at":"2025-06-19T22:35:57.000Z","size":1561,"stargazers_count":1043,"open_issues_count":39,"forks_count":276,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-09-06T03:52:06.874Z","etag":null,"topics":["cpp","header-only","json-web-token","jwt"],"latest_commit_sha":null,"homepage":"https://thalhammer.github.io/jwt-cpp/","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/Thalhammer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["Thalhammer"],"patreon":"Thalhammer"}},"created_at":"2017-10-30T21:08:08.000Z","updated_at":"2025-09-05T12:09:59.000Z","dependencies_parsed_at":"2024-03-31T04:23:46.995Z","dependency_job_id":"6a477226-7233-4094-b2e4-1d63396d6245","html_url":"https://github.com/Thalhammer/jwt-cpp","commit_stats":{"total_commits":342,"total_committers":48,"mean_commits":7.125,"dds":0.368421052631579,"last_synced_commit":"71c3d36507183ceb74b9cf10d1232fe1223bdfb0"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/Thalhammer/jwt-cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Thalhammer","download_url":"https://codeload.github.com/Thalhammer/jwt-cpp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/sbom","scorecard":{"id":139557,"data":{"date":"2025-08-04","repo":{"name":"github.com/Thalhammer/jwt-cpp","commit":"cf0dab12633bb6c39ae7a7fe147b3d2fb7b3f047"},"scorecard":{"version":"v5.2.1-28-gc1d103a9","commit":"c1d103a9bb9f635ec7260bf9aa0699466fa4be0e"},"score":6.1,"checks":[{"name":"Code-Review","score":7,"reason":"Found 21/30 approved changesets -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/security.md:1","Info: Found linked content: .github/security.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/security.md:1","Info: Found text in security policy: .github/security.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#security-policy"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":8,"reason":"8 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#maintained"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#cii-best-practices"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#dangerous-workflow"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: CppLibFuzzer integration found: tests/fuzz/BaseDecodeFuzz.cpp:5","Info: CppLibFuzzer integration found: tests/fuzz/BaseEncodeFuzz.cpp:5","Info: CppLibFuzzer integration found: tests/fuzz/TokenDecodeFuzz.cpp:5"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cmake.yml:141: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/cmake.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cmake.yml:142: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/cmake.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cmake.yml:238: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/cmake.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cmake.yml:239: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/cmake.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cmake.yml:260: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/cmake.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cmake.yml:261: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/cmake.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cmake.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/cmake.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cmake.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/cmake.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cmake.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/cmake.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cmake.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/cmake.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cmake.yml:76: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/cmake.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cmake.yml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/cmake.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cmake.yml:160: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/cmake.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cmake.yml:161: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/cmake.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cmake.yml:180: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/cmake.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cmake.yml:181: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/cmake.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cmake.yml:199: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/cmake.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cmake.yml:200: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/cmake.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cmake.yml:218: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/cmake.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cmake.yml:219: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/cmake.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cmake.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/cmake.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cmake.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/cmake.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cmake.yml:122: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/cmake.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cmake.yml:123: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/cmake.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cross-platform.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/cross-platform.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/documentation.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/documentation.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/documentation.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/documentation.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/documentation.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/documentation.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/jwt.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/jwt.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/jwt.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/jwt.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/jwt.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/jwt.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/jwt.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/jwt.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/jwt.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/jwt.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/jwt.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/jwt.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/jwt.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/jwt.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/jwt.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/jwt.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/jwt.yml:81: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/jwt.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/lint.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:53: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:76: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:122: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ssl.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/ssl.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ssl.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/ssl.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ssl.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/ssl.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ssl.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/ssl.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ssl.yml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/ssl.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ssl.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/ssl.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ssl.yml:96: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/ssl.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ssl.yml:97: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/ssl.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/targets.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/targets.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/targets.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/targets.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/traits.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/traits.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/traits.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/Thalhammer/jwt-cpp/traits.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:43","Info:   0 out of  35 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  27 third-party GitHubAction dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#pinned-dependencies"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/cmake.yml:1","Warn: no topLevel permission defined: .github/workflows/cross-platform.yml:1","Warn: no topLevel permission defined: .github/workflows/documentation.yml:1","Warn: no topLevel permission defined: .github/workflows/jwt.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/ssl.yml:1","Warn: no topLevel permission defined: .github/workflows/targets.yml:1","Warn: no topLevel permission defined: .github/workflows/traits.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#packaging"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.7.1 not signed: https://api.github.com/repos/Thalhammer/jwt-cpp/releases/204647263","Warn: release artifact v0.7.1 does not have provenance: https://api.github.com/repos/Thalhammer/jwt-cpp/releases/204647263"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-16T07:37:31.063Z","repository_id":37904108,"created_at":"2025-08-16T07:37:31.063Z","updated_at":"2025-08-16T07:37:31.063Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273986333,"owners_count":25202703,"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-09-06T02:00:13.247Z","response_time":2576,"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"},"owner_record":{"login":"Thalhammer","name":"Dominik Thalhammer","uuid":"7987999","kind":"user","description":"","email":"","website":"https://thalhammer.it","location":"Bavaria, Germany","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7987999?u=fcc9537c8651593b9a32c4d061432c2e0b99f12c\u0026v=4","repositories_count":35,"last_synced_at":"2025-09-05T10:47:35.548Z","metadata":{"has_sponsors_listing":true,"funding":{"github":["Thalhammer"],"patreon":"Thalhammer"}},"html_url":"https://github.com/Thalhammer","funding_links":["https://github.com/sponsors/Thalhammer","https://patreon.com/Thalhammer"],"total_stars":924,"followers":74,"following":8,"created_at":"2022-11-16T02:02:13.206Z","updated_at":"2025-09-05T10:47:35.548Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Thalhammer","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Thalhammer/repositories"},"tags":[{"name":"v0.7.1","sha":"e71e0c2d584baff06925bbb3aad683f677e4d498","kind":"commit","published_at":"2025-03-10T05:00:21.000Z","download_url":"https://codeload.github.com/Thalhammer/jwt-cpp/tar.gz/v0.7.1","html_url":"https://github.com/Thalhammer/jwt-cpp/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Thalhammer/jwt-cpp@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.7.1/manifests"},{"name":"v0.7.0","sha":"08bcf77a687fb06e34138e9e9fa12a4ecbe12332","kind":"commit","published_at":"2023-12-10T22:50:22.000Z","download_url":"https://codeload.github.com/Thalhammer/jwt-cpp/tar.gz/v0.7.0","html_url":"https://github.com/Thalhammer/jwt-cpp/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Thalhammer/jwt-cpp@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.7.0/manifests"},{"name":"v0.7.0-rc.0","sha":"aca3217a3e0d78979e3c906aed20170971eb8c98","kind":"commit","published_at":"2022-11-05T14:03:37.000Z","download_url":"https://codeload.github.com/Thalhammer/jwt-cpp/tar.gz/v0.7.0-rc.0","html_url":"https://github.com/Thalhammer/jwt-cpp/releases/tag/v0.7.0-rc.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Thalhammer/jwt-cpp@v0.7.0-rc.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.7.0-rc.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.7.0-rc.0/manifests"},{"name":"v0.6.0","sha":"4a537e969891dde542ad8b1a4a214955a83be29f","kind":"commit","published_at":"2022-02-11T11:10:06.000Z","download_url":"https://codeload.github.com/Thalhammer/jwt-cpp/tar.gz/v0.6.0","html_url":"https://github.com/Thalhammer/jwt-cpp/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Thalhammer/jwt-cpp@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.6.0/manifests"},{"name":"v0.6.0-rc.2","sha":"e6b92cca0b7088027269c481fa244e5c39df88ff","kind":"commit","published_at":"2022-01-24T21:02:30.000Z","download_url":"https://codeload.github.com/Thalhammer/jwt-cpp/tar.gz/v0.6.0-rc.2","html_url":"https://github.com/Thalhammer/jwt-cpp/releases/tag/v0.6.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Thalhammer/jwt-cpp@v0.6.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.6.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.6.0-rc.2/manifests"},{"name":"v0.6.0-rc.1","sha":"66eea980b5b05ac47c09a178805f56e90568bc85","kind":"commit","published_at":"2021-11-19T04:26:03.000Z","download_url":"https://codeload.github.com/Thalhammer/jwt-cpp/tar.gz/v0.6.0-rc.1","html_url":"https://github.com/Thalhammer/jwt-cpp/releases/tag/v0.6.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Thalhammer/jwt-cpp@v0.6.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.6.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.6.0-rc.1/manifests"},{"name":"v0.5.2","sha":"85fa9d1d6979952ccbad7ac9f97e088b02098862","kind":"commit","published_at":"2021-09-15T09:57:39.000Z","download_url":"https://codeload.github.com/Thalhammer/jwt-cpp/tar.gz/v0.5.2","html_url":"https://github.com/Thalhammer/jwt-cpp/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Thalhammer/jwt-cpp@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.5.2/manifests"},{"name":"v0.6.0-rc.0","sha":"ac0424b115721e4066d2fb99f72ba0cd58759882","kind":"commit","published_at":"2021-09-04T19:24:23.000Z","download_url":"https://codeload.github.com/Thalhammer/jwt-cpp/tar.gz/v0.6.0-rc.0","html_url":"https://github.com/Thalhammer/jwt-cpp/releases/tag/v0.6.0-rc.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Thalhammer/jwt-cpp@v0.6.0-rc.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.6.0-rc.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.6.0-rc.0/manifests"},{"name":"v0.5.1","sha":"60122bbd8e6b9009c4633c1a33ea94c5b682034a","kind":"commit","published_at":"2021-05-19T18:57:36.000Z","download_url":"https://codeload.github.com/Thalhammer/jwt-cpp/tar.gz/v0.5.1","html_url":"https://github.com/Thalhammer/jwt-cpp/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Thalhammer/jwt-cpp@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"b45bc9994d8087c5ba7aa1f1588302f04ae84c83","kind":"commit","published_at":"2021-02-22T10:00:45.000Z","download_url":"https://codeload.github.com/Thalhammer/jwt-cpp/tar.gz/v0.5.0","html_url":"https://github.com/Thalhammer/jwt-cpp/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Thalhammer/jwt-cpp@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.5.0/manifests"},{"name":"v0.5.0-rc.0","sha":"ee11e8873e9388bf5d7a3ca8167aedb56d6efc51","kind":"commit","published_at":"2020-07-29T18:15:41.000Z","download_url":"https://codeload.github.com/Thalhammer/jwt-cpp/tar.gz/v0.5.0-rc.0","html_url":"https://github.com/Thalhammer/jwt-cpp/releases/tag/v0.5.0-rc.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Thalhammer/jwt-cpp@v0.5.0-rc.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.5.0-rc.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.5.0-rc.0/manifests"},{"name":"v0.4.0","sha":"34bb0644ea613cfcbc09c148db9de8aa6c5612b5","kind":"commit","published_at":"2020-05-02T13:13:32.000Z","download_url":"https://codeload.github.com/Thalhammer/jwt-cpp/tar.gz/v0.4.0","html_url":"https://github.com/Thalhammer/jwt-cpp/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Thalhammer/jwt-cpp@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"08f183b67365f59c74956f50ec5972dcba658726","kind":"commit","published_at":"2019-06-21T15:09:45.000Z","download_url":"https://codeload.github.com/Thalhammer/jwt-cpp/tar.gz/v0.3.1","html_url":"https://github.com/Thalhammer/jwt-cpp/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Thalhammer/jwt-cpp@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"aafd0b542f8cdc006b2841dad476f90f153f5e47","kind":"commit","published_at":"2019-06-18T10:03:29.000Z","download_url":"https://codeload.github.com/Thalhammer/jwt-cpp/tar.gz/v0.3.0","html_url":"https://github.com/Thalhammer/jwt-cpp/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Thalhammer/jwt-cpp@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"fdd44f5d9137b8f3b9b2ddd6b62683cce73a88b5","kind":"commit","published_at":"2018-10-07T21:48:25.000Z","download_url":"https://codeload.github.com/Thalhammer/jwt-cpp/tar.gz/v0.2.0","html_url":"https://github.com/Thalhammer/jwt-cpp/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Thalhammer/jwt-cpp@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"15c3483e62b4c76ef0e631fc481ef55a2d96da3a","kind":"commit","published_at":"2018-02-28T15:41:30.000Z","download_url":"https://codeload.github.com/Thalhammer/jwt-cpp/tar.gz/v0.1.0","html_url":"https://github.com/Thalhammer/jwt-cpp/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Thalhammer/jwt-cpp@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-03-21T16:25:28.294Z","dependent_packages_count":0,"downloads":40435,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":34.025455452957324,"dependent_packages_count":51.17544297479411,"stargazers_count":15.862241078113302,"forks_count":12.732717743948092,"average":28.448964312453207},"purl":"pkg:conda/jwt-cpp?repository_url=https://conda-forge.org","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/jwt-cpp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/jwt-cpp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/jwt-cpp/dependencies","status":null,"funding_links":["https://github.com/sponsors/Thalhammer","https://patreon.com/Thalhammer"],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T19:21:43.221Z","issues_count":105,"pull_requests_count":108,"avg_time_to_close_issue":5247030.162162162,"avg_time_to_close_pull_request":1273895.5208333333,"issues_closed_count":74,"pull_requests_closed_count":96,"pull_request_authors_count":37,"issue_authors_count":86,"avg_comments_per_issue":4.447619047619048,"avg_comments_per_pull_request":1.75,"merged_pull_requests_count":87,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":15,"past_year_pull_requests_count":28,"past_year_avg_time_to_close_issue":4178643.3333333335,"past_year_avg_time_to_close_pull_request":1733337.45,"past_year_issues_closed_count":6,"past_year_pull_requests_closed_count":20,"past_year_pull_request_authors_count":12,"past_year_issue_authors_count":14,"past_year_avg_comments_per_issue":1.7333333333333334,"past_year_avg_comments_per_pull_request":1.4285714285714286,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":18,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thalhammer%2Fjwt-cpp/issues","maintainers":[{"login":"prince-chrismc","count":59,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/prince-chrismc"},{"login":"Thalhammer","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Thalhammer"}],"active_maintainers":[{"login":"prince-chrismc","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/prince-chrismc"},{"login":"Thalhammer","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Thalhammer"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/jwt-cpp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/jwt-cpp/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/jwt-cpp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/jwt-cpp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/jwt-cpp/codemeta","maintainers":[]}