drichards188 / gojengaUI

User interface for Gojenga
2 stars 1 forks source link

Implement jwt token refresh flow #67

Closed drichards188 closed 1 year ago

drichards188 commented 1 year ago

https://auth0.com/blog/refresh-tokens-what-are-they-and-when-to-use-them/

https://www.bezkoder.com/react-refresh-token/

drichards188 commented 1 year ago

this approach may not work. decoding an expired jwt throws an error

drichards188 commented 1 year ago

looking into returning a totally new token

drichards188 commented 1 year ago

look into long term refresh token

drichards188 commented 1 year ago

closed by #72