An open API service indexing awesome lists of open source software.

https://github.com/atbashee/octopus-jwt-support

Wrap Java Objects as JWT and Sign or encrypt. Also support JWT tokens.
https://github.com/atbashee/octopus-jwt-support

crypto-keys java jwt jwt-tokens

Last synced: about 1 year ago
JSON representation

Wrap Java Objects as JWT and Sign or encrypt. Also support JWT tokens.

Awesome Lists containing this project

README

          

[![License](https://img.shields.io/:license-Apache2-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/be.atbash.json/octopus-jwt-support/badge.svg)](https://maven-badges.herokuapp.com/maven-central/be.atbash.json/octopus-jwt-support)

# octopus-jwt-support
Wrap Java Objects as JWT and Sign or encrypt. Also support JWT tokens.

Support library for Atbash Octopus, Atbash Config Server and others.

Support for Java 8

Does have issues on OpenJDK with EC keys (not with Oracle JDK and Azul Zulu)

Since 1.0.0, parts of the **Nimbus JOSE + JWT** (version 8.2) are integrated to have JSONP/JSONB support and allows for an optimized usage.