RippleOSI / Ripple-Showcase-Stack-Project

repo for Showcase Stack (PulseTile+ QEWDjs + EtherCIS) - Project issues
Apache License 2.0
0 stars 0 forks source link

Improve how PulseTile manages expired JWT #101

Open PhilBarrett opened 4 years ago

PhilBarrett commented 4 years ago

PulseTile currently instead of detecting a JWT expiry and re-directing to the OIDC Provider, sends the requests to QEWD which then sends the error back saying the JWT has expired. This is not efficient and involves having to manually delete the cookie in the browser.