# jwt.java **Repository Path**: nats-io/jwt.java ## Basic Information - **Project Name**: jwt.java - **Description**: JWT tokens signed using NKeys for Ed25519 for the NATS ecosystem [Java] - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-27 - **Last Updated**: 2025-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![NATS](src/main/javadoc/images/large-logo.png) # Java JWT Utilities Library The library provides utilities for reading and creating JWTs used by the NATS server. **Current Release**: 2.2.0   **Current Snapshot**: 2.2.1-SNAPSHOT [![License Apache 2](https://img.shields.io/badge/License-Apache2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.nats/jwt-java/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.nats/jwt-java) [![Javadoc](http://javadoc.io/badge/io.nats/jwt-java.svg?branch=main)](http://javadoc.io/doc/io.nats/jwt-java?branch=main) [![Coverage Status](https://coveralls.io/repos/github/nats-io/jwt.java/badge.svg?branch=main)](https://coveralls.io/github/nats-io/jwt.java?branch=main) [![Build Main Badge](https://github.com/nats-io/jwt.java/actions/workflows/build-main.yml/badge.svg?event=push)](https://github.com/nats-io/jwt.java/actions/workflows/build-main.yml) [![Release Badge](https://github.com/nats-io/jwt.java/actions/workflows/build-release.yml/badge.svg?event=release)](https://github.com/nats-io/jwt.java/actions/workflows/build-release.yml) ## License Unless otherwise noted, the NATS source files are distributed under the Apache Version 2.0 license found in the LICENSE file.