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

Verify if verify is truthy (not just true) #17

Merged
merged 1 commit into from
Mar 13, 2013

Conversation

threedaymonk
Copy link
Contributor

Previously, verification was carried out only if verify == true, rather than any non-false, non-nil value, as is conventional in Ruby.

This made it perilously easy to skip verification by accident.

Previously, verification was carried out only if verify was true, rather
than any non-false, non-nil value, as is conventional in Ruby.

This made it perilously easy to skip verification by accident.
progrium added a commit that referenced this pull request Mar 13, 2013
Verify if verify is truthy (not just true)
@progrium progrium merged commit f7e7337 into jwt:master Mar 13, 2013
@progrium
Copy link
Contributor

Can you also open an issue to release an update gem and add you to contributor list.

@threedaymonk threedaymonk mentioned this pull request Mar 14, 2013
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.

2 participants