Giter Site home page Giter Site logo

nimbus-jose-jwt's Introduction

Nimbus JOSE+JWT

README

Nimbus JOSE+JWT is a Java library that implements the Javascript Object Signing 
and Encryption (JOSE) spec suite and the closely related JSON Web Token (JWT) 
spec.

The library supports creating, querying, serialising and parsing of the 
following JOSE and JWT objects:
	
	* Plain (unsecured) JOSE objects.
	
	* JSON Web Signature (JWS) objects.
	
	* JSON Web Encryption (JWE) objects.
	
	* JSON Web Key (JWK) objects and JSON Web Key (JWK) Sets.
	
	* Plain, signed and encrypted JSON Web Tokens (JWTs).


The JOSE and JWT object representation is decoupled from crypto algorithm (JWA)
implementations through a set of nimble interfaces for signing, verifying, 
encrypting and decrypting the objects.

The library currently ships with a ready implementation of the following 
standard algorithms:

	* HMAC signatures with HS256, HS384 and HS512.
	
	* RSA signatures with RS256, RS384 and RS512.
	
	* EC signatures with ES256, ES384 and ES512.
	

Related IETF drafts:

	* [JWA] draft-ietf-jose-json-web-algorithms-07

	* [JWS] draft-ietf-jose-json-web-signature-07

	* [JWE] draft-ietf-jose-json-web-encryption-07

	* [JWK] draft-ietf-jose-json-web-key-07

	* [JWT] draft-ietf-oauth-json-web-token-05


Dependencies:

	* Apache Commons Codec for Base64 and Base64URL encoding and decoding.

	* JSON Smart for highly efficient parsing and serialisation of JSON. 

	* [optional] The BouncyCastle.org cryptography provider for Java, for 
	  ECDSA signing and verification.


Uses:

	* JWT bearer tokens in OAuth 2.0
	
	* OpenID Connect
	
	* XMPP


About us:

The principal maintainer of this library is Nimbus Directory Services 
[http://NimbusDS.com]. The initial code was based on JWS/JWE/JWT crypto classes
factored out of the OpenInfoCard project. A rewrite to fully decouple JOSE + JWT
object representation from crypto algorithm implementation led to the next major 
2.0 release in October 2012.

You're welcome to contribute crypto handlers for standard algorithms which have
not been implemented yet (most JWE algorithms).


Acknowledgements:

	* Axel Nennker and the guys behind OpenInfoCard.
	* Everyone on the JOSE IETF WG list.
	* CertiVox UK for supporting the development.
	* Ville Kurkinen for adding Maven POM support.


To post bug reports and suggestions: 

	https://bitbucket.org/nimbusds/nimbus-jose-jwt/issues


Follow us on Twitter: 
	
	https://twitter.com/NimbusDS

[EOF]

nimbus-jose-jwt's People

Contributors

dependabot[bot] avatar gesellix avatar vdzhuvinov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.