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

Increase session timeout period. #28

Closed kft-a closed 3 years ago

kft-a commented 3 years ago

There should be a checkbox at login saying 'keep login' which enables 24+h sessions. The session timeout is handled on the server but the api needs to recognise the keep login choice.

kft-a commented 3 years ago

The logout button would have to logout all sessions on all devices for the user as there is currently no way in the UI to list sessions and logged in devices.

kft-a commented 3 years ago

Fixed in commit #b9a6c6cc7 on master.

Keep login checkbox will give the user a 7 day session timeout. The logout button logs out all sessions the user have active.