• Check is string a JWT or not. Use to validate the user input.

    Parameters

    • maybeJwt: string

      A string to check

    Returns maybeJwt is `eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.${string}.${string}`

    True if argument is a JWT

Generated using TypeDoc