Skip to content

Commit

Permalink
docs: document "invalid token" error
Browse files Browse the repository at this point in the history
closes #768
  • Loading branch information
jedwards1211 committed Feb 18, 2021
1 parent 3765003 commit d71e383
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -297,7 +297,8 @@ Error object:

* name: 'JsonWebTokenError'
* message:
* 'jwt malformed'
* 'invalid token' - the header or payload could not be parsed
* 'jwt malformed' - the token does not have three components (delimited by a `.`)
* 'jwt signature is required'
* 'invalid signature'
* 'jwt audience invalid. expected: [OPTIONS AUDIENCE]'
Expand Down

0 comments on commit d71e383

Please sign in to comment.