-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
iat and exp properties of decoded object are undefined #96
Comments
The signed token in this case will not have exp/iat because it is an string. Try signing a JSON instead |
@jfromaniello |
@abhinav76 please send me an example token |
jfromaniello
added a commit
that referenced
this issue
Aug 19, 2015
I added a note. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure if iat and exp should display anything but undefined when a string payload is sent instead of an object.
The text was updated successfully, but these errors were encountered: