You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jamiekurtz - This is related to [https://github.com//issues/9](Authentication Failure).
I've re-written everything and token is working fine. Unfortunately, I met with another issue: I created a token for 30-days. Its strange but once client restart his/her machine then same token (which validated earlier) got invalid. Interestingly, I am able to validate the token using http://jwt.io.
Are Tokens depend upon client machines rather than Server?
The text was updated successfully, but these errors were encountered:
That's odd. Can you provide some more detail? What's the client application calling your Web API? Is it another web site? Desktop or mobile application??
And where's the token being stored - i.e. before the machine is restarted?
Also, can you share with me the code you're using to create your JWT?
Thanks for reply. I re-wrote whole code and its working now. I have few
questions.
Can I use same token from multiple machines eg. I generated a token from
one windows machine now is this token valid if I use this from another
windows machine.
Are there any scenarios where token life is shorter as expected eg. I
created a token for thirty days but actually it lives for twenty four hours.
On 26/01/2016 7:21 AM, "Jamie Kurtz" [email protected] wrote:
That's odd. Can you provide some more detail? What's the client
application calling your Web API? Is it another web site? Desktop or mobile
application??
And where's the token being stored - i.e. before the machine is restarted?
Also, can you share with me the code you're using to create your JWT?
—
Reply to this email directly or view it on GitHub #14 (comment)
.
@jamiekurtz - This is related to [https://github.com//issues/9](Authentication Failure).
I've re-written everything and token is working fine. Unfortunately, I met with another issue: I created a token for 30-days. Its strange but once client restart his/her machine then same token (which validated earlier) got invalid. Interestingly, I am able to validate the token using http://jwt.io.
Are Tokens depend upon client machines rather than Server?
The text was updated successfully, but these errors were encountered: