Skip to Content
GraphQL Scalars

JWT

A field whose value is a JSON Web Token (JWT).

The scalar checks only the format (header.payload.signature) using a regex and not the validity (signature) of the token.

Last updated on