{"id":16990474,"url":"https://github.com/gabrielweyer/dotnet-decode-jwt","last_synced_at":"2026-03-05T19:42:09.331Z","repository":{"id":33937346,"uuid":"136690862","full_name":"gabrielweyer/dotnet-decode-jwt","owner":"gabrielweyer","description":"Decode a JSON Web Token Claims.","archived":false,"fork":false,"pushed_at":"2025-02-23T05:39:40.000Z","size":382,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-18T22:23:44.720Z","etag":null,"topics":["dotnet","dotnet-global-tools","github-actions","jwt","nuget"],"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/gabrielweyer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-09T04:33:17.000Z","updated_at":"2025-02-23T05:39:42.000Z","dependencies_parsed_at":"2023-02-15T15:16:55.047Z","dependency_job_id":"da931453-d040-4741-a2f4-b480733bd007","html_url":"https://github.com/gabrielweyer/dotnet-decode-jwt","commit_stats":null,"previous_names":[],"tags_count":40,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielweyer%2Fdotnet-decode-jwt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielweyer%2Fdotnet-decode-jwt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielweyer%2Fdotnet-decode-jwt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielweyer%2Fdotnet-decode-jwt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabrielweyer","download_url":"https://codeload.github.com/gabrielweyer/dotnet-decode-jwt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245140919,"owners_count":20567472,"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":["dotnet","dotnet-global-tools","github-actions","jwt","nuget"],"created_at":"2024-10-14T03:10:14.248Z","updated_at":"2026-03-05T19:42:09.263Z","avatar_url":"https://github.com/gabrielweyer.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Decode JWT\n\n`.NET` [global tool][dotnet-global-tools] to decode `JSON Web Token` claims.\n\n| Package             | Release                                                |\n| ------------------- | ------------------------------------------------------ |\n| `dotnet-decode-jwt` | [![NuGet][nuget-package-badge]][nuget-package-command] |\n\n| CI                       | Status                                                   | Platform(s) | Framework(s) |\n| ------------------------ | -------------------------------------------------------- | ----------- | ------------ |\n| [GitHub][github-actions] | [![Build Status][github-actions-shield]][github-actions] | `Ubuntu`    | `net8.0`     |\n\n![Sample output](docs/sample-output.png)\n\n## Installation\n\n```posh\n\u003e dotnet tool install -g dotnet-decode-jwt\n```\n\n## Usage\n\n```powershell\n\u003e dotnet decode-jwt eyJhbGciOiJub25lIn0.ewogICAgImlzcyI6ICJiZXN0LWlzc3VlciIsCiAgICAic3ViIjogIm5pY2Utc3ViamVjdCIsCiAgICAiYXVkIjogWyJhdWRpZW5jZS1vbmUiLCAiYXVkaWVuY2UtdHdvIl0sCiAgICAiZXhwIjogMTUyODY5MTM1MCwKICAgICJuYmYiOiAxNTI4NjkwNzUwLAogICAgImlhdCI6IDE1Mjg2OTA3NTAsCiAgICAianRpIjogImMzMTk3ZGNiLWUxMTMtNDc3OC04OTc5LWI5NTZmNjg0MDA3ZiIsCiAgICAiaHR0cDovL3NjaGVtYXMueG1sc29hcC5vcmcvd3MvMjAwNS8wNS9pZGVudGl0eS9jbGFpbXMvZW1haWxhZGRyZXNzIjogImhpQG1lLmNvbSIsCiAgICAic29tZS1udW1iZXIiOiAxMi41NiwKICAgICJuZXN0ZWQtY2xhaW0iOiB7CiAgICAgICAgImhpIjogIkknbSIsCiAgICAgICAgImEiOiAibmVzdGVkIGNsYWltIgogICAgfQp9Cg==.\n\nExpiration Time (exp): Monday, 11 June 2018 04:29:10 UTC / Monday, 11 June 2018 14:29:10 (UTC+10:00) Canberra, Melbourne, Sydney\nNot Before (nbf): Monday, 11 June 2018 04:19:10 UTC / Monday, 11 June 2018 14:19:10 (UTC+10:00) Canberra, Melbourne, Sydney\nIssued At (iat): Monday, 11 June 2018 04:19:10 UTC / Monday, 11 June 2018 14:19:10 (UTC+10:00) Canberra, Melbourne, Sydney\n\nClaims are:\n\n{\n  \"iss\": \"best-issuer\",\n  \"sub\": \"nice-subject\",\n  \"aud\": [\n    \"audience-one\",\n    \"audience-two\"\n  ],\n  \"exp\": 1528691350,\n  \"nbf\": 1528690750,\n  \"iat\": 1528690750,\n  \"jti\": \"c3197dcb-e113-4778-8979-b956f684007f\",\n  \"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress\": \"hi@me.com\",\n  \"some-number\": 12.56,\n  \"nested-claim\": {\n    \"hi\": \"I'm\",\n    \"a\": \"nested claim\"\n  }\n}\n```\n\n[nuget-package-badge]: https://img.shields.io/nuget/v/dotnet-decode-jwt.svg?label=NuGet\u0026style=flat-square\n[nuget-package-command]: https://www.nuget.org/packages/dotnet-decode-jwt\n[dotnet-global-tools]: https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools\n[github-actions]: https://github.com/gabrielweyer/dotnet-decode-jwt/actions/workflows/build.yml\n[github-actions-shield]: https://github.com/gabrielweyer/dotnet-decode-jwt/actions/workflows/build.yml/badge.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielweyer%2Fdotnet-decode-jwt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabrielweyer%2Fdotnet-decode-jwt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielweyer%2Fdotnet-decode-jwt/lists"}