Skip to content
New issue

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

Fix incorrect iat examples #109

Merged
merged 3 commits into from
Oct 9, 2015

Conversation

kjwierenga
Copy link
Contributor

In the JWT ID Claim example in README.md the iat is passed in the options to JWT.decode. This confused me when reading the doc. The iat is not used in options to JWT.decode.

This PR removed iat from this example and also from the relevant specs.

@review-ninja
Copy link

ReviewNinja

excpt added a commit that referenced this pull request Oct 9, 2015
@excpt excpt merged commit 9e58061 into jwt:master Oct 9, 2015
@excpt
Copy link
Member

excpt commented Oct 9, 2015

Thanks for the correction in the specs and the documentation. 🍻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants