Current UTC epoch & ISO 8601Displays the current time in Unix epoch (seconds since 1970-01-01) and ISO 8601 (international date-time standard).
Generate Random UUIDGenerates a universally unique identifier (UUID) in a standard format.
Ads helper below ;)
JWT token parserA JWT (JSON Web Token) consists of three parts: Header (metadata and signing algorithm), Payload (claims or data), and Signature (to verify the token's integrity and authenticity).
Header
Payload
Signature