gobeam / truthy-react-frontend

Truthy CMS's Frontend application written in ReactJS & Redux Saga. This project includes UI implementation of User Management, Role Management, Permission Management, Email Module, Account Settings, OTP, RBAC support, Localization, and many more.

Home Page:http://157.245.148.131:3000

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remember me not working

xXBlackHawkXx opened this issue · comments

Describe the bug
It appeard that the remember me functionality is not working after the 15 minute expiration with a page reload. I'd expect the page to just refresh, however I get redirected to the login page as the session has expired.

To Reproduce
Steps to reproduce the behavior:

  1. Log in with the remember me checkbox ticked.
  2. Wait 15 mins.
  3. Refresh the page.

Expected behavior
I would expect the page to simply reload and stay logged in.

@xXBlackHawkXx This bug is actually from the backend side where refresh token expiry was not being set properly and has been fixed. Feel free to reopen if you think the issue still prevails.