Library for creating, decoding and validating JSON Web Tokens, an open, industry standard RFC 7519 method for representing claims securely between two parties.
This is a migration of the exernal code/logic from the O11 component.
Library to handle JSON Web Tokens used in server-side OAuth authentication. Currently this component allows generating and decoding tokens, which are needed to connect to existing REST services that require JWT for authentication. It supports tokens signed symmetrically (using HS256, HS384, HS512) and also asymmetrically (using RS256, RS384, RS512).
Currently, this component doesn’t support the following algorithms: ES256, ES384 and ES512
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)