We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like there are some issues with the readme in the docs here.
For instance, if I console.log a JWT, I get the following output:
Jwt { header: JwtHeader { typ: 'JWT', alg: 'HS256' }, body: JwtBody { iss: 'woot', sub: 'woot', scope: 'self, admins', jti: '0398b13d-6a39-4028-813b-2219e077a09b', iat: 1452724525, exp: 1452728125 }, signingKey: 'hithere' }
Compare this to the expected output from the readme:
As you can see: in the actual console output the claims are NOT converted to an array, and the output is not pure JSON -- it is mixed with objects.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It looks like there are some issues with the readme in the docs here.
For instance, if I console.log a JWT, I get the following output:
Compare this to the expected output from the readme:
As you can see: in the actual console output the claims are NOT converted to an array, and the output is not pure JSON -- it is mixed with objects.
The text was updated successfully, but these errors were encountered: