zznicole / shopping-list

Ourshoppinglist is a Mobile-first Web application project. It was created by a team of two developers, using modern Javascript, ES6, React.js,Node.js DBOO database, Material UI, Arios......
0 stars 0 forks source link

In case of authentication failure/timeout in any of the screens, it should redirect to the login page #16

Closed kft-a closed 3 years ago

kft-a commented 3 years ago

This feature will depend on that the server returns proper status codes.

kft-a commented 3 years ago

Fixed in master with commit 3f61ea25a. Changed how responses are made at failed api calls (in server) and how the client handled them.