-
Notifications
You must be signed in to change notification settings - Fork 24
Error: JWT has expired #16
Comments
I think that's still the same line in |
This is due to clock on the device not being in sync. |
Thanks @ingcoders, in sync with what exactly? |
Problem is in given line for the used version of uport library: https://github.com/uport-project/uport-js/blob/e8803dc2b6f2bf4213ff188f1dd930cc01e4ba9a/src/JWT.js#L29
instead of
|
I solved this by creating an app in uPort
to
|
@wrannaman thanks man! can't believe i missed that haha |
@wrannaman where did you add the |
nvm it's in |
@wrannaman trying to integrate uport-connect with our DApp and this was a life saver today (in the #EthDenver2018 hackathon)! Thanks a bunch! |
I just updated the uport-connect package to current version 0.7.1 and it worked. |
Was 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?
The text was updated successfully, but these errors were encountered: