Site icon Embarcadero RAD Studio, Delphi, & C++Builder Blogs

Delphi JOSE JWT Is A Powerful JSON Web Token Library For Delphi

delphi jose and jwt library

Delphi implementation of JWT (JSON Web Token) and the JOSE (JSON Object Signing and Encryption) specification suite. This library supports the JWS (JWE support is planned) compact serializations with several JOSE algorithms.

What is JOSE

JOSE is a standard that provides a general approach to signing and encryption of any content. JOSE consists of several RFC:

General Features

Token serialization

Token deserialization

Claims validation

Signing algorithms

Head over and check out the Delphi JOSE and JWT Library!

Exit mobile version