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

serialize tokens for json_encode #5

Merged
merged 1 commit into from
Feb 13, 2016
Merged

serialize tokens for json_encode #5

merged 1 commit into from
Feb 13, 2016

Conversation

kyleferguson
Copy link
Contributor

Bug fix for when JwtToken objects are encoded to json with json_encode. Currently the JwtToken object serializes into an empty stdObj.

The expected behavior should be serializing into the string representation of the JWT token.

kyleferguson added a commit that referenced this pull request Feb 13, 2016
serialize tokens for json_encode
@kyleferguson kyleferguson merged commit 4438aff into master Feb 13, 2016
@kyleferguson kyleferguson deleted the json-serialize branch February 13, 2016 14:22
@kyleferguson
Copy link
Contributor Author

This fixes #4

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.

1 participant