About JWT
A JSON Web Token (JWT) is a strategy to transfer a message between two systems, a sender and a recipient. The sender may sign the message which the recipient should verify. This may give the recipient confidence that the message originated from the expected sender.
The features that are implemented are listed on the releases post.