JWT or JSON Web Token is an open standard (RFC 7519) which is used to securely transfer information between two parties . To understand the detail concept of JWT, it’s very important to first know about Session tokens. Session Tokens are an encrypted unique strings that are used to identify Session Instances.