Error: JWT has expired
See original GitHub issueWas part of a hackathon a few months ago and we used the uport box to bootstrap the project. It was working then but not now. Trying to get this to work but continue receiving this error: Error: JWT has expired
.
Code we had working 2 months ago was: export let uport = new Connect('TruffleBox');
.
Project is at - https://github.com/micksabox/ethwaterloo2017
Any idea why this may be happening and how I can fix?
Issue Analytics
- State:
- Created 6 years ago
- Comments:10
Top Results From Across the Web
How do you resolve 'jwt expired' error
It looks like you may be passing an expired JWT and you need to mint a new one from P14C.
Read more >How to deal with JWT expiration? - gists · GitHub
A JWT token that never expires is dangerous if the token is stolen then someone can always access the user's data. Quoted from...
Read more >jwt.verify not throwing error for expired tokens - Stack Overflow
I'm creating a token and want to throw an error if the token expires. My token is created successfully and I'm checking the...
Read more >Code 401: Expired JWT Token - Bobcares
FAILED: JWT token expired. Please check for JWT token in path “/etc/sysconfig/rhn/jwt.token”. Try running “rhn_check” for getting a new token ...
Read more >How to resolve "Your token has expired" message when ...
The token expires 24 hours after being sent. There may be internet browser issues. If you received the above message once, please try...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I solved this by creating an app in uPort
to
I just updated the uport-connect package to current version 0.7.1 and it worked.