what is jwt

What is JWT ?

JWT (pronounced as “jot”) is a way of transferring signed data between two parties. The use case of JWT is seen in applications where authentication and information exchange is present. JWT is JSON object that has been signed using a secret key or a public/private key pair. It also can have an expire date after which the token is not valid to be used.