# dvsekhvalnov/jose-jwt

Ultimate Javascript Object Signing and Encryption (JOSE), JSON Web Token (JWT) and Json Web Keys (JWK) Implementation for .NET and .NET Core

Repository: https://github.com/dvsekhvalnov/jose-jwt
Canonical: https://ross.abutalabs.com/products/jose-jwt
Language: C#
License: MIT
License Family: permissive
Topics: jose, jwt, json, jwa, jwe, jws, fips, jwt-token, jwt-authentication, encryption, signature, security, openid, oauth2, openidconnect, federation, netcore, oidc, jwk
Last push: 2026-03-27T14:38:26+00:00

## Health v2 (maintenance only)
Score: 72/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 74, release rhythm 53, longevity 100
- inputs: {"age_days": 4590, "days_push": 159, "days_rel": 159, "gap_med": 132, "n_releases_24m": 4}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1023, forks 192 (observed 2026-08-28T04:03:16.184912+00:00)

## What it is
A zero-dependency .NET library implementing the full JOSE suite: JWT generation/decoding, JWE encryption, JWS signatures, and JWK key handling. It supports the complete JSON Web Algorithms set, is FIPS compliant, and is cross-tested against major JOSE libraries in other languages.

## Use cases
- issue and validate jwt tokens in .net
- encrypt payloads with jwe
- sign tokens with jws algorithms
- handle json web keys jwk
- implement openid connect / oauth2 token flows
- fips-compliant jwt processing
- decode jwt tokens without dependencies

## When to choose
- you need full JOSE/JWE/JWS/JWK support in .NET or .NET Core
- you want a minimal library with zero external dependencies
- FIPS compliance is required
- you need interoperability with jose4j, Nimbus-JOSE-JWT, or json-jwt
- you need cross-platform crypto including Linux/OSX ECDH support

## When to avoid
- you need a full identity/authorization server rather than a token library
- your project is not on .NET
- you need opinionated JWT middleware with built-in framework integration

## Facets
- artifact type: library
- maturity: active
- function: cryptography, security, serialization, auth, json
- domain: security, apis, developer-tools, backend
- platform: dotnet, cross-platform, windows
- tags: jwt, jose, jwe, jws, jwk, openid-connect, oauth2, fips-compliant, zero-dependency, token-encryption, linux, macos

## Member repositories
- dvsekhvalnov/jose-jwt (main) score 72

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:16.184912+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:08:37.623588+00:00, confidence not recorded.
  - readme: https://github.com/dvsekhvalnov/jose-jwt (fetched 2026-08-28T04:03:16.184912+00:00, sha 238a7f85d04f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
