SOBotics / Higgs

A generic dashboard for viewing and providing feedback to SOBotics bots.
GNU General Public License v3.0
4 stars 0 forks source link

Web UI not respecting token expiry dates #42

Closed rjrudman closed 6 years ago

rjrudman commented 6 years ago

When a token expires, the UI should logout the user. Currently, we just check if a token exists. The server validates the token, and rejects requests, but the UI indicates that the user is logged in.

In addition, the UI should automatically refresh tokens.