Bearer token checker

[io/http/utils/Bearer token checker]


Checks for the presence of the specified bearer token in the submitted request headers. Forwards request body only when found.


Keywords: filter, stop, authorize, verify

Input ports

  • bearer token: string

    Receives the bearer token to be verified.

  • request: {"headers": {string: string}, "body": string}

    Receives the request to be authorized.

Output ports

  • request: {"headers": {string: string}, "body": string}

  • error: {"error": "incorrect bearer token"}

Last updated