The latest release of Hasura Console introduces a JWT Analyzer feature. Previously, decoding JWTs required an external tool like jwt.io. This new feature allows users to analyze and decode tokens directly within the console. To use this feature, obtain a valid JWT token from any provider and add it to the Authorization request header in Hasura's GraphiQL page. Clicking on the rectangular icon will open the analyzer, displaying information about the token's validity, Hasura claims, headers, and full payload. This update aims to improve user experience by simplifying JWT handling within the console.