8000 GitHub - shashikantck/Nimbus-JWT: JSON Web Token (JWT) implementation for Java with support for signatures (JWS), encryption (JWE) and web keys (JWK).
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

JSON Web Token (JWT) implementation for Java with support for signatures (JWS), encryption (JWE) and web keys (JWK).

Notifications You must be signed in to change notification settings

shashikantck/Nimbus-JWT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

Nimbus JOSE+JWT

Nimbus JOSE+JWT is a popular open source (Apache 2.0) Java library which implements the Javascript Object Signing and Encryption (JOSE) spec suite and the closely related JSON Web Token (JWT) spec.

The library can create, examine, serialise and parse the following JOSE and JWT objects (in compact format):

  • 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 repository has a new home at https://bitbucket.org/connect2id/nimbus-jose-jwt

2015-03-12

[eof]

About

JSON Web Token (JWT) implementation for Java with support for signatures (JWS), encryption (JWE) and web keys (JWK).

Resources

Stars

Watchers

Forks

Packages

No packages published
0