We found 2 matches for: json web token

An overview of all json web token blocks currently available, updated daily!

json web token: verify

Verifies the given json web token and returns the payload if valid.

In-pins

flow
token
the token to be verified
secret
the secret or private key used to sign the jwt

Out-pins

flow
success
error
payload
json web token: sign

Creates and signs a new json web token.

In-pins

flow
payload
the payload to add to the jwt
secret
the secret or private key to sign the jwt with
expires
when the jwt should expire

Default:
4 hours

Out-pins

flow
success
error
token